Search Issue Tracker
[WP8] loading shaders takes a long time
To reproduce:1. Open attached project (in an edit below).2. Two buttons, to load fast scene (uses one shader) and slow scene (uses 6... Read more
API Updater fails to update references resolved through "duck typing"
UnityScript can resolve members dynamically, for instance: var o = Instantiate(myPrefab);o.rigidbody.mass = 42.0; In this case the A... Read more
Hierarchy with a lot of gameobjects causes editor lag
To reproduce:1. Open attached project2. Open scene testlag. It contains a lot of gameobjects3. Open up a few hierarchy windows (or u... Read more
Scripting language does not change in material scripting reference
To reproduce:1. Openhttp://docs.unity3d.com/ScriptReference/Material-ctor.html2. Try to change the programming language. It always s... Read more
Scene view 'top' is rotated 180 degrees
To reproduce:1. Open a new project2. Create a plane3. Set the scene view to "Top" via the scene view gizmo4. Try to move the plane -... Read more
Memory is not freed by 'Object.Destroy' when returning to edit mode
To reproduce:1. Open the attached project2. Open scene Test. It contains gameobjects with a script that creates a mesh and allocates... Read more
Disabling a Canvas using the Gamepad or the Keyboard throws error
To reproduce:1. Open attached project2. Open scene "test". It contains a button that toggles the canvas on/off when pressed. It can ... Read more
IndexOutOfRangeException when importing audio file
Open attached project in latest version of Unity 5. If no error shows up in the Console, reimport all assets. See attached screensho... Read more
The disallow multiple selectables on the same game object message is not...
1. create empty child object to canvas2. on the child add component toggle3. now add button and see pop up message in full: "Can't a... Read more
uGUI Button with SpriteSwap transition loses original sprite
To reproduce:1. Open attached project2. Open scene rep. It contains a button with a custom sprite and a sprite swap transition3. Ent... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS