Search Issue Tracker
Search in Scripting Reference isn't working anymore
Search in Scripting API is broken, you get an empty page, with all the navigation menus present, when searching for anything. Works... Read more
MaterialEditor.PropertiesDefaultGUI() misses method signature
MaterialEditor.PropertiesDefaultGUI() misses method signature And 'void returns true' is unconvincing. Current page content: ------... Read more
File endings supported by TextAsset are not listed in scripting document...
In the reference manual http://docs.unity3d.com/Documentation/Components/class-TextAsset.html at the top of the page supported text ... 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
Camera.Render doc missing call to Texture2D.Apply
The code sample for Camera.Render doesn't have a call to Texture2D.Apply after Texture2D.ReadPixels which can be confusing for anyon... Read more
A mistake in the NavMeshPath.corners example
http://docs.unity3d.com/Documentation/ScriptReference/NavMeshPath-corners.html This: lengthSoFar = Vector3.Distance(previousCorner,... Read more
RaycastHit2D is a struct so it can not be null
In the scripting reference example here: http://docs.unity3d.com/Documentation/ScriptReference/Physics2D.Raycast.html This is writt... Read more
Links broken for some of the Enums in UnityEditor.VersionControl
Links are missing for States and Severity. And Descriptions are missing from :FileMode, MergeMethod, ResolveMethod, RevertMethod, Su... Read more
Renderer properties do not contain any documentation
The following properties do not contain any documentation. Detailed documentation is needed to fully understand how these properties... 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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow