Search Issue Tracker
Clicking on a font resource causes Unity to crash
To reproduce:1. Import the free Unity Gui from the Asset store or open the attached project2. Click on a font resource icon in the p... Read more
Sprites with Mip Maps enabled do not get packed
To reproduce:1. Open attached project2. Use Sprite Packer to pack the sprites found within Expected result: They get packedActual re... Read more
Animator.GetBoneTransform() causes crash when there is no avatar
To reproduce:1. Create a new script and add:void Start() {Animator animator = GetComponent<Animator>();animator.GetBoneTransfo... Read more
Editor Crashes when deleting a GameObject
To reproduce:1. Open attached project2. Open scene "crash"3. Select Tree_Mini and try to delete it - Unity crashes Note: the user me... Read more
The editor silently fails when a serialized field is type-mismatched
To reproduce: BUGGY SCENARIO:1. create new game objects ObjA and ObjB2. make the following component, TestScript.cs:using UnityEngin... Read more
Cannot change code formatting in 'Braces' category
This issue only occurs on WindowsTo recreate:1)Open any script in MonoDevelop2)Go Tools->Options then under Source Code select Co... Read more
Event is not triggered at the last frame of the animation
To reproduce:1. Open the project that I've attached;2. Open the scene (it contains an animated game object);3. Open the animation wi... Read more
Crash when when the AnimationFinished() method is called
Steps to reproduce : - import the project attached- open the scene and press play- move to the right while shooting and Unity will c... Read more
Texture offset properties
To reproduce:1. Open the project I've attached2. Click on the cube3. Open the animation window4. See that a curve is in red. Steps I... Read more
NavMeshAgents with slow speeds, i.e. 0.1 gets stuck when moving around c...
Steps to reproduce : - import the project attached- open the scene and press play- press "S" to spawn an agent and notice that it wi... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera