Search Issue Tracker
worldPositionStays argument is missing from Unity.Undo.SetTransformParen...
Reproduction steps: 1. Open attached project "Undo.zip" 2. In Project window, open "Test.cs" 3. Observe line 13 Expected result: Un... Read more
Unity Crashes at UnityEngine.Logger:GetString when Collider2D is declare...
Steps to reproduce: 1. Download 919316_repro.zip 2. Open "new" scene 3. Enter play mode 4. Editor crashes when circle and square co... Read more
RequireComponent Attribute throws an error with UnityEngine.AI
"[RequireComponent(typeof(UnityEngine.AI.NavMeshAgent))]" in the script throws an error to Console when attaching Game Object. It f... Read more
Debug.logger is the fault autocomplete instead of .Log
To reproduce: 1. Add new script to project 2. Open script 3. Type debug.lo( Actual result: Debug.Logger appears Expected: Debug.... Read more
Missleading error message when the ScriptableObject is used with abstrac...
Reproduction steps: 1. Open the attached project (ScriptableObjectCreateAssetMenuIssue.zip); 2. Go to the AssetMenu; 3. Try to creat... Read more
System.ExecutableAndDlls and ManagedHeap memory usage increases and stay...
How to reproduce: 1. Open a Task Manager 2. Load the user's attached project "Unity_Client.zip" 3. Open the Profiler window 4. Selec... Read more
[Scripting] SystemLanguage.Language returns a different value from its p...
How to reproduce: 1. Open user-submitted project (SystemLanguageBugReport) 2. Create a new Language Package asset by clicking Assets... Read more
Selection.objects doesn't select objects in the project window first column
How to reproduce: 1. Open given Unity project 2. Select Editor folder from Hierarchy in Project window 3. Select Assets -> Create ->... Read more
Conditional compilation problem with RuntimeInitializeOnLoadMethod
Repro steps: 1. Open "DELETE.zip" project 2. Clear the Console and enter Play mode 3. Exit Play mode and check the Console output (... Read more
Position of an instantiated prefab is not correct in OnEnable
To reproduce: 1. Open the project, attached by the user (SampleInstantiateBug.rar) 2 .Open the "TestScen" scene 3. Enter Play mode ... 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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions