Search Issue Tracker
Cannot remove script with [RequireComponent(typeof(Behaviour))] from emp...
To reproduce:1. Open attached project2. Create an empty gameobject3. Attach the script to it4. Try removing it - the test script dep... Read more
Mesh disappears from prefab after using Graphics.DrawMesh
To reproduce:1. Open attached project2. Open scene01. It contains a script on the main camera, that has a Graphics.DrawMesh call set... Read more
Boo scripts that use the Boo `[Property(Name)]` attribute get compilatio...
To reproduce:1. Open attached project2. Inspect the PropertyTest.boo script Expected result:"[Property(BrokenPropertyTest)]_brokenPr... Read more
Script Reference displays JS examples when C# is selected
http://docs.unity3d.com/Documentation/ScriptReference/GL.html displays JS code examples even when Boo or C# is selected. It should s... Read more
Renaming a texture takes a very long time
to reproduce:1. Open attached project (TextureRenameWaitBug)2. Rename the texture "RENAME ME"Expected result: Texture renames proper... Read more
Cursor.SetCursor does not hide system cursor
Setting soft cursor via Cursor.SetCursor() will make soft cursor visible, but the native system cursor will remain visible too. Work... Read more
"PostProcessBuildAttribute" link is broken
In the manual http://docs.unity3d.com/Documentation/Manual/BuildPlayerPipeline.html at the very bottom of the page there is a link t... Read more
Clipping on the local axis when using GUIUtility.RotateAroundPivot to in...
Steps to reproduce : - import the project attached- open the "TileMap" scene- select the TileMap game object in the Hierarchy- click... Read more
OnPreRender & OnPostRender are reversed
Steps to reproduce : - import the project attached- open the test scene- press play and notice the red light is used- open the proje... 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