Search Issue Tracker
Crash on “DynamicHeapAllocator::Deallocate” when connecting from the Player
How to reproduce:1. Open the “IN_29256” project2. Press File → Build Settings → Build3. Enter the Play Mode4. Run the build5. Click ... Read more
[Android] Distortions on the screen when application launches if Show Un...
Steps to reproduce: 1) Open Unity and create a new project2) Switch platform to Android3) Player Settings >> Splash Image >... Read more
[VR] In Play mode moving input focus away then back to the Editor makes ...
In a VR-enabled scene with the Oculus Rift connected and VRSettings.enabled false, you can make VRSettings.enabled become true simpl... Read more
[Backport] Unnecessary cast to float when calling Mathf.Abs
The return type of Math.Abs is float, so explicit cast to float in the return statement of Mathf.Abs is unnecessary and leads to inc... Read more
[WebGL] InvalidStateError: Failed to execute 'resume' on 'AudioContext':...
AudioContext.resume() error is not missing catch.See:https://forum.unity.com/threads/invalidstateerror-failed-to-execute-resume-on-a... Read more
[Preset] Dropdown icons for the properties under "Mesh Renderer" preset ...
All properties dropdown icons are missing when preset of "Mesh Renderer" is created, refer attached screenshot. Steps to repro:1. Cr... Read more
[Vulkan] [Editor] Whole Game View gets cleared when Camera Clear Flags a...
Steps to reproduce:1. Create a new Unity project2. Navigate to Edit > Project Settings > Player > Other settings and set th... Read more
NavMeshAgent runs back and fourth on the destination point when auto-bre...
Steps to reproduce:1.Download and open attached project2.Hit play3.Observe cylinder behavior Expected result: cylinder stops instant... Read more
Unity hard crash when setting AvatarMask transformCount to negative value
Executing these two lines of code will crash Unity so bad the bug reporter doesn't come up:UnityEditor.Animations.AvatarMask a = new... 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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Group Selection title text size is smaller in renaming than the actual font size
- Rich Text is not correctly highlighted when searching through Debug Logs in the Console window
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template