Search Issue Tracker
MINOR: Resetting project settings doesn't work properly
Reset doesn't work at all in: - Project Settings -> Tags - Project Settings -> NavMeshLayers - Project Settings -> Audio - Project S... Read more
UnityScript should check scope of variables in strict mode
UnityScript does not seem to handle scope of local variables correctly. Take the following simple script: function Start () { i... Read more
Script names should disallow spaces
Creating C# or Boo script with spaces in the file-name does not match class-name in script, which means the MonoBehaviour can't be a... Read more
Recursive serialization makes unity fail badly
See the attached project. There is no crash as such but the editor enters an infinite loop and leaks memory in the specified cases. ... Read more
Terrain brush shadow disappears when Terrain Y transform position is be...
Terrain brush shadow disappears when Terrain Y transform position is -800 <-> +1000. Repro Steps: 1) Create new project 2) Create... Read more
Import of models with FBM embedded art currently requires 2 consequtive ...
a) generate a simple FBX with embedded texture & add to project. b) switch to Unity & right click -> reimport on the FBX; Unity show... Read more
Layer mask dropdown does't work if layer name has underscore
The LayerMask control gets confused if there's any of these special characters in any of the layer names: & % ^ # _ and any non-ASCI... Read more
On the PC an EditorWindow Repaints before opening a context menu
On the PC an EditorWindow Repaints before opening a context menu. On a Mac the EditorWindow doesn't Repaint before opening a context... Read more
Depth of field docs need updating
The depth of field image effect docs need updated to reflect the current state of the depth of field pro image effect. 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
- A vertical graphical artifact appears on Android Player when clearing Z & Stencil Buffer and running with OpenGLES3 Graphics API
- Player crashes when built with IL2CPP Scripting backend
- TextMeshPro package throws multiple Shader errors when importing TMP Essential Resources
- Package Manager search text field has no validation and leads to Editor freezes
- PlayerLoop.SetPlayerLoop() function is ignored when playing game in Player