Search Issue Tracker
Unity extensions are not yet initialized assertions at project opening
Editor throws assertions at project opening For repro open attached project. It's switched to Universal Windows Platform with scri... Read more
Wrong localized language name of Simplified/Traditional Chinese in Edito...
How to reproduce: 1. Open user-submitted project (ChineseLocalizationIssue) 2. Enter Play Mode and check the Console window Expecte... Read more
Quaternion == fails for zeroed values
How to reproduce: 1. Open attached project "testfail.zip" 2. Open Test Runner window, and press "Run All" 3. After the test complet... Read more
TaskCanceledException is thrown when canceling a CancellationTokenSource...
Repro steps: 1. Open QA attached project "repro_1064557" 2. Enter Play Mode 3. Wait until the Cube is destroyed 4. Observe the Conso... Read more
[Backport] Editor crashes when compiling scripts if UNITY_DIAG_ENABLE_DO...
How to reproduce: 0. If not set already, set the UNITY_DIAG_ENABLE_DOMAIN_RELOAD_TIMINGS system environment variable to value 1 and... Read more
If "Marshal.PtrToStructure()" raises an exception, the Editor crashes
Reproduction steps: 1. Open "MarshallingSample.zip" project 2. Enter Playmode Expected Result: Playmode enters successfully Actual... Read more
Crash on WebViewWindowPrivate::GetPrivateWindow when closing Unity
To reproduce: 1. Open attached project 2. Exit the project Actual result: Unity editor crashes on exit Expected result: Unity edito... Read more
"InvalidOperationException: Stack empty" error is thrown when reimporti...
Steps to reproduce: 1. Open attached project "Script error" 2. In the Assets folder find "NewBehaviourScript" 3. Right click on it a... Read more
Script reference lost when importing .unitypackage with .dll files
Steps to reproduce: 1. Open the attached Project "ReimportReproPackage" 2. See the Inspector Window for GameObject "ColorChaningCub... Read more
Scriptable Object loses references when New Sample Tile is created
How to reproduce: 1. Open user project (New Unity Project.zip) 2. Click Assets > Create > Sample Tile Actual results:Sprite Sample ... 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
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene