Search Issue Tracker
Project and Hierarchy tab items are no longer "spring-loaded"
To reproduce:1. Open the scene in the attached project2. Ensure that the parent object A has its contents hidden (disclosure triangl... Read more
A mistake in the NavMeshPath.corners example
http://docs.unity3d.com/Documentation/ScriptReference/NavMeshPath-corners.html This:lengthSoFar = Vector3.Distance(previousCorner, c... Read more
Locking screen orientation makes application to show wrong screen resolu...
Application is set to support only "landscape" and "landscape-flipped" screen orientations. Windows tablet orientation is locked to ... Read more
When creating a Scoreloop Social client from the BlackBerry
1) What happenedWhen creating a Scoreloop Social client from the BlackBerry plugin, the game crashes always on a real device. Howeve... Read more
Windows Editor: Inspector dropdown list doesn't scroll with mouse wheel
-e: when you have a long list of items scrolling them with the arrows takes way longer than mouse wheel does. works fine in mac edit... Read more
Unity is unable to call a static method of an nested generic class
"TypeLoadException: A type load exception has occurred" error is thrown when calling a static method of a nested class Read more
Project fails at AOT cross compile for iOS on Windows when "Script Debug...
Workaround: disable "Script Debugging" in build settings window. Open attached project:1. Open attached project2. Go to Build Settin... Read more
Sending application to background at the time when splash screen flicker...
Steps to reproduce:1. Build and run any project2. While app is loading, it will blink once during splashscren. As soon as it blinks ... Read more
Windows Phone 8 player fails to call System.Type.GetMethod() with Method...
Create a script which makes use of System.Reflection.MethodInfo System.Type.GetMethod(System.String, System.Reflection.BindingFlags)... Read more
Shader bug on device with feature level 9.3
Unity Editor correctly renders shaders compiled in shader model 3.0 when in DirectX 11 9.3 graphics emulation mode on PC. When shade... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class