Search Issue Tracker
GUISkin.label.CalcHeight() returns inconsistent values
To reproduce:1. Open attached project2. Open scene "CalcHeightWrong". It contains a 1st person controller and a cube trigger collide... Read more
Children with collider2d do not inherit rotation correctly from a parent...
To reproduce:1. Create an empty gameobject and attach a rigidbody2d to it2. Create another empty gameobject and attach a polygon col... Read more
"Prerendered Icon" setting is not passed to Xcode
To reproduce:1. Open the attached project2. Edit -> Build Settings -> Player Settings3. Verify that "Prerendered Icon" setting... Read more
Caching.cleancache does not work
Caching.cleancache does not work on Android devices in Unity 4.3. This is a regression from Unity 4.2. Reproduced on:Google Nexus 5 ... Read more
AudioClip.getData returns zeroes if used with compressed audio types
Documentation of AudioClip.getData is missing a mention that only AudioClips with the load type set to DecompressInMemory support Ge... Read more
Unity UI breaks when an empty OnRenderImage call is attached
To reproduce:1. Open any project2. Attach ScratchPaper.cs script to the main camera3. Enter play modeExpected result: After leaving ... Read more
Move Up a Component on a Prefab calls a fake warning dialog
To reproduce:1. Create a new project2. Create a game object3. Drag it to the project view so it becomes a prefab4. Click on the pref... Read more
Coroutines page in unity manual has a C# function that includes "yield r...
Coroutines page in unity manual has a C# function that includes "yield return" instead of the correct "yield return null". To reprod... Read more
Undocumented function in the docs
Steps to reproduce : - open the link http://docs.unity3d.com/Documentation/ScriptReference/Mesh.UploadMeshData.html and notice that ... Read more
Only one of several shadows are rendered when Culling mask is used in Fo...
When several shadow casting lights have "non-overlapping" Culling masks - only one light casts shadow in Forward rendering path.Shad... 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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera