Search Issue Tracker
APIUpdater assumes script encoding is UTF-8
Non UTF-8 encoded script content may become wrong if it gets updated by APIUpdater. Hereafter, APIUpdater uses UTF-8 only if script... Read more
Unity freezes after entering the play mode for the 2nd or 3rd time
Reproduced in Windows 8. Not reproduced on Mac. Reproduced with: Version 4.3.4f1 (e444f76e01cd) Read more
Calling GetComponents method on non-empty List keeps old references to e...
Reproduction steps: 1. Download and open the attached project 'ComponentLeak.zip' 2. Open scene 'SampleScene' 3. Enter Play Mode 4. ... Read more
Editor crashes on "MenuController::ExecuteMenuItem" when resetting a scr...
Reproduction steps: 1. Open the attached project "repro.zip" 2. Open Scenes/SampleScene scene 3. Select MainCamera in the Hierarchy ... Read more
Editing scriptingDefineSymbols in ProjectSettings.asset file doesn't cau...
Reproduction steps: 1. Open user's project "scriptassemblycache2020.2.zip" 2. Notice the message in the Console 3. Close Unity Edito... Read more
GameObject isn't specified when "SendMessage cannot be called during Awa...
How to reproduce: 1. Open the attached project 2. In the Project window, select the asset "SelectMe" (Assets/SelectMe.asset) 3. In t... Read more
Coroutines that are synchronized to "WaitForEndOfFrame" and "Time.deltaT...
How to reproduce: 1. Open the user attached project 2. Open the "OpeningScene" Scene 3. Enter Play Mode and press the left mouse but... Read more
The name 'PostEffectsBase' does not denote a valid type ('not found') wh...
Steps to reproduce : - import the Image Effects package - move the PostEffectsBase file to the Assets folder and notice the errors ... Read more
Assertion failed error is thrown when accessing AnimatorState.behaviours...
Steps to reproduce: 1. Download and open the project "animatorstate-error.zip" in the Debug Build of Unity Editor 2. Open Assets/Tes... Read more
Foreach statements allocate memory unnecessarily
To reproduce: 1) Open 'demo' scene 2) Enter playmode and record the scene in the Profiler. Observe that ForeachAllocTest.Update() al... 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
- GameObject doesn't execute animation the way it's supposed to until any GameObject in the Hierarchy is selected when in the Play Mode
- PropertyField does not properly render its field when changing it back from a valid Asset to "None"
- "ArgumentException: Input Button Enable Debug Button 1 is not set" is thrown when "Enable Debug Button 1" is deleted
- Duplicate invocations when Enabling InputActions during handling an input action
- "Assertion failed on expression" exceptions are thrown when using IJobParallelForTransformExtensions.RunReadOnly