Search Issue Tracker
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
Mip map generation for sprites on AMD Radeon GPU's is broken
To reproduce:1. Open attached project2. Open scene "MipMap error". It contains two sprites - one with mip maps enabled and one with ... 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
Unity doesn't support a 9 patch splash for Android
A feature request was open for this and is assigned to our developers: Create a 9 patch splash using the draw9patch application foun... 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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default