Search Issue Tracker
DOC: Array docs contain 404 link to MSDN
To reproduce:1. Open http://docs.unity3d.com/Documentation/ScriptReference/Array.html2. Click the link found at: "For more informati... Read more
SmoothDamp example in the documentation is incorrect
Correct example:Current SmoothDamp Documentation:<file://localhost/Applications/Unity/Unity.app/Contents/Documentation/html/en/Sc... Read more
Screen.width and height reporting incorrect values in the editor.
Screen.width and height is reporting incorrect values in the editor. To reproduce:1. Put any image effect on the camera.2. Output to... Read more
TextMesh mesh is wrong when MeshFilter present on same GameObject
TextMesh mesh is wrong when MeshFilter present on same GameObject. This is expected behavior. MeshFilter and TextMesh are both compo... Read more
The built-in EncodeFloatRGBA() and DecodeFloatRGBA() functions contain a...
The built-in EncodeFloatRGBA() and DecodeFloatRGBA() functions contain a typo that leads to reduced precision. The problem involves ... Read more
Skybox shows graphical artifacts on Samsung Galaxy Tab 3
Creating a skybox and looking into it shows graphical glitches in some places with Samsung Galaxy Tab 3 Tested and reproduced with:S... Read more
Non-Pixel Correct GUIText ignores screen orientation on Windows Phone 8
Steps to reproduce:1. Create a project which has scene in which two GUIText objects are drawn. One should be set to Pixel Correct an... Read more
Touch.deltaTime sometimes returns 0 on Android devices
Reproduced on:Google Nexus 4 with Android 4.3Google Nexus 10 with Android 4.3 Reproduced with:Unity Version 4.2.2f1 (54f0fc09defb)Un... Read more
Mesh "Read/Write Enabled" unchecked takes as much memory as checked
To reproduce:1. Open attached project2. Build and run on iOS3. Notice in profiler meshes memory usage - 3.6mb4. Change "Read/Write e... Read more
References to a script is broken when moving it from another GameObject
To reproduce:1. Open the attached project2. Open the 'Test' scene3. Click on the first cube in the hierarchy view4. Try dragging the... 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
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template