Search Issue Tracker
JsonSerializer.Deserialize<>() returns an empty object
Reproduction steps:1. Open the attached project "ConvertJSON.zip"2. Open the Scene "SampleScene"3. Press Play Expected result: "gt" ... Read more
Reference to ScriptableObject is lost when creating new Scene
To reproduce:1. Open user's project2. Go to Main toolbar > BugReport > Open "TestCode Window"3. Create new scene or enter and ... Read more
Gradient.Evaluate returns wrong color value
To reproduce:1. Open attached project.2. Open and Play "Main" scene.3. Open Console. Expected result: (0.000, 0.000, 0.000, 1.000) i... Read more
Script with Mono.Cecil compiles with "Windows Store IL2CPP Scripting Bac...
To reproduce:1. Open attached project with Unity which has "Windows Store IL2CPP Scripting Backend" installed.2. No errors, it's pos... Read more
Generated DLL is not loaded with Unity 5.5 and newer
Framework target is set to Mono/.NET 3.5, however in Unity 5.5 while loading this dll, the following error appears: "Plugin targets ... Read more
Error with .NET Standard 2.0 assemblies depending on their place in Assets
To reproduce:1) Open the attached project and scene2) Play it Expected: `1` and `2` are output in the console 3) Insert one of the t... Read more
UnityEditor.dll introspection fails with AccessDenied exception when loa...
How to reproduce:1. Open user-submitted project in any IDE (UnityEditorAccessDeniedTest.zip)2. Build and run the project3. Observe c... Read more
Unity doesn't show error when it can not overwrite a script assembly
To reproduce:1) Open attached project2) Open "IL Disassembler" (comes with VS, although not Community edition it seems) and use it t... Read more
WorldToScreenPoint projecting stops working correctly after rapid camera...
How to reproduce:1. Download attached project2. Open "DEVMechanics" scene and press Play3. Press "Y" Button and select nav point "Br... Read more
Unity crashes in <StopCoroutineFromEnumeratorManaged> because of the fun...
Reproduction steps:1. Open the attached project;2. Open the scene "test";3. Enter Play mode;4. Click on "Helper" -> "State Sequen... 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
- Constant buffers are redundantly uploaded when consecutive compute dispatches are executed on DirectX11
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true