Search Issue Tracker
Animation does not begin playing when Animator component is enabled at r...
How to reproduce:1. Open the attached project2. Open and Play Scene1 scene3. Click on "Enable animation" button (it will enable anim... Read more
Multiple undo operation made to instance of multiobject prefab crashes u...
Steps to reproduce: 1. Create new project2. Create new scene3. Create "Cube"4. Drag "Cube" to project tab to create a prefab5. Selec... Read more
Animator.speed is squared when calling Animator.Update
Steps to reproduce: 1. Open attached project2. Open scene "Mecanim_Update_Test_Scene"3. Investigate "Constructor_Enabled" and "Contr... Read more
The editor crashes when entering play mode
Editor crash. It seems like the issue occurs during some sort of garbage collection that occurs when starting play mode. Read more
Type.GetMethod() asserts for methods with default float parameter when S...
There's an assert in il2cpp::vm::Parameter::GetDefaultParameterValueObject that fails in this particular case. Attaching repro project. Read more
AnimatePhysics update mode is very slow in 5.2 and 5.3 compared to 5.1
How to reproduce:1. Open the attached project2. Open Profiler (Window->Profiler)3. Open and Play Test scene (it will instantiate ... Read more
AssetBundle::GetPathRange function is slow
AssetBundle::GetPathRange function is slow. Read more
NetworkClient leaks hostId
NetworkClient leaks hostId if destroyed without connecting. NetworkTranspoort.RemoveHost() is never called for a NetworkClient insta... Read more
[webplayer] OSX builds generate corrupted file - unplayable
-e: see title.--works well on windows and with 5.2 editors -repro:--build & run an empty scene--NOTICE webplayer fails to load:-... Read more
[IL2CPP] ExecutionEngineException is thrown on System.Reflection.MonoPro...
1. Open attached project2. Make sure that .NET 2.0 is set as API3. Build to iOS with IL2CPP or WebGL4. ExecutionEngineException will... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class