Search Issue Tracker
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 () {if (fal... 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- Proj... Read more
AssetPostprocessor - Add firstImport flag in OnPreprocessModel
We should add "bool firstImport" parameter inAssetPostprocessor.OnPreprocessModel that would allow users to set the import settings ... 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 Material... Read more
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
Normal maps are inverted in some places of the mesh
Normal maps are inverted in some places of the mesh, creating then some lighting differences leading to a huge seam (or mesh separat... Read more
MINOR: Switching to Unity while editing a float field doesn't give focus...
a) Click to edit a float in the inspector.b) Switch away from unity (i.e. to your code editor to read a value).c) Switch back & ... Read more
MINOR: Quitting Unity causes the OS X native color picker to lose
With the "Use OSX Color Picker" option enabled, select a color field in the Inspector.Change the tab to another picker style.Quit an... 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
- RenderTexture content from 'Depth Only' camera is not rendered correctly on UI RawImage when Multithreaded Rendering is enabled on specific MediaTek devices.
- Weight Brush Overlay text is clipped in Sprite Editor
- GameObject Transform scale values reset to their previously saved values when proportions are constrained and certain decimal values are entered in the Inspector
- Asset thumbnails in the Project window stay white when a referenced texture file is deleted and restored
- Crash on PersistentManager::ReadObjectThreaded when calling AssetDatabase.ForceReserializeAssets() multiple times in a row