Search Issue Tracker
Unity becomes unresponsive when doing long imports
Unity becomes unresponsive and even doesn't redraw when doing long imports (for example case 410940). Unity should redraw and would ... Read more
Texture Importer: Let users know the progress of applying changes to lar...
Let users know the progress of applying changes that takes long time to apply. When changing the Target size of a Substance Materia... Read more
AssetPostprocessor - Add firstImport flag in OnPreprocessModel
We should add "bool firstImport" parameter in AssetPostprocessor.OnPreprocessModel that would allow users to set the import settings... Read more
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
- "Sample Gradient" node can be connected to the "Sub Mesh Mask" input and makes the VFX Graph uncompilable
- "LoadFontFace_With_Size_and_FaceIndex_FromFont_Internal can only be called from the main thread." exception is thrown when opening an editable array in the Inspector while Editor Default Text Rendering Mode is set to "Bitmap"
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()