Search Issue Tracker
Calling Wait on a new Version Control Task object crashes the Editor
Execute this code and Unity will crash:var t = new UnityEditor.VersionControl.Task ();t.Wait (); Maybe Unity should guard itself som... Read more
[Terrain/RealtimeGI] Realtime GI Create Geometry for Multiple Terrain Co...
When realtime GI is enabled for a scene including more than one terrain objects the following errors are printed to console multiple... Read more
Alpha Numeric Sort in Preferences is not listed in the docs
Alpha Numeric Sort option in preferences is not pictured or described in the documentation. It's an option that enables a new button... Read more
Upgrading a project to Unity 5 doesn't reserialize scenes
Upgrading a project to Unity 5 doesn't reserialize scenes Steps to reproduce:1. Download and open attached project.2. Check scene's ... Read more
Can't create prefabs from Scene objects
1. Open attached project (or simply import Mecanim Example Scenes into a new project)2. Open Animator Controller scene3. Drag the U_... Read more
AddEvent() in StateMachineBehaviour crashes Unity
To reproduce the bug please follow the steps1. Open "case_679823-Repro" project2. Open "ReproScene" scene3. Run SceneUnity crashes. ... Read more
Moving generated mesh in play mode causes crash
To reproduce the bug please follow the steps1. Open "case_679817-Virtual_Warefare" project2. Open scene3. Run scene in editor4. Try ... Read more
EditorGUI.FloatField cannot return "Infinity"
To reproduce:1. Import attached script to project2. Select window->Bug Test3. Type infinity into first field4. Notice that 3.4028... 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