Search Issue Tracker
Freeze after recompiling scripts and trying to make any changes in the e...
How to reproduce:1. Open attached Unity project "Laircraft"2. Load scene "Main Scene"3. Enter Play mode4. Stop Play mode5. Load any ... Read more
.dll file, defining constrains (might only be unity dlls) causes "StackO...
Reproduction steps:1. Create a New Project2. Import a Managed .dll file (e.x. "UnityEngine.dll" from your Unity install)3. Notice "S... Read more
WaitForEndOfFrame never returns in batchmode
Steps to reproduce:1. run tests on attached project from command line with batchmode turned on[path-to-unity]/Unity.exe -runTests -p... Read more
Null value is returned when calling MonoScript.FromScriptableObject()
How to reproduce:1. Open the user's attached project2. Open scene Scenes/Landing3. Find the "Buttons" object in the Hierarchy window... Read more
Recompilation is not triggered when projectsettings.asset file changes w...
To reproduce: 1. Download attached "Project.zip" project and open in Unity2. Check the value in PlayerSettings > Player > Scri... Read more
Operators == and != are not implemented for Color32
Steps to reproduce:1. Create a new Project2. Create a script with 2 Color32 variables3. Try to compare them with == or != operators ... Read more
MarkSceneDirty() and MarkAllScenesDirty() does not work when called in O...
To reproduce: 1. Open the project, attached by the user (BugOnValidateSceneDirty.zip)2. Open the "Scene0" scene3. Open the "Scene1" ... Read more
Using Application.internetReachability with OnGUI causes errors in the C...
Reproduction steps:1. Open the attached project "OnGUIBugReport_U20173.zip";2. Open the "Test" scene;3. Enter a play mode;4. Try to ... Read more
Runtime helper generated GameObjects are not added to main thread list w...
How to reproduce:1. Open the user's project "TestCSharp8.zip"2. Press Play and observe the Console Window Expected result: Generated... Read more
Logs still include a Stack Trace after setting Application.SetStackTrace...
How to reproduce:1. Open tester-attached project (case_1181994-702390-Updated)2. Open the 'MainScene'3. Enter Play Mode4. Open Edito... 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
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled