Search Issue Tracker
Unity fails to generate proper VS2013 solution when there's umlauts in t...
-e Unity fails to generate proper VS2013 solution when there's umlauts in the path to the Unity project -repro: - have unity projec... Read more
Unity crashes when trying to access ProceduralMaterial preset
Executing these lines of code will crash the editor: ProceduralMaterial mat = new ProceduralMaterial (); Debug.Log (mat.preset)... Read more
NullReferenceException when trying to access the name of a newly created...
Executing these lines of code: Avatar a = new Avatar (); Debug.Log (a.name); results in NullReferenceException. The... Read more
docs page stuck in JS, can't set it to C#
http://docs.unity3d.com/ScriptReference/Texture2D.EncodeToPNG.html To reproduce: 1. Open the page 2. Try to switch the language to C# Read more
Project gets corrupted when upgrading from Unity 5.0 to Unity 5.1
- Import the attached project in Unity 5.0 final build - After that open the project in 5.1 alpha 1 There are many errors about ass... Read more
Broken screen resolution and snapping
Regression in 4.6.3p1 patch version. Backport fixes broke screen resolution and snapping; Rotating screen, screen resolution is sho... Read more
AssetBundleCreateRequest crash
Executing these two lines of code: AssetBundleCreateRequest req = new AssetBundleCreateRequest(); Debug.Log(req.assetBundle.name); ... Read more
Type.GetType() in WebGL does not match the output given in the editor
How to reproduce: 1. Open a new project 2. Create a script called "testGetType.cs" with the following code: using UnityEngine; us... Read more
Animation with only one Event at time 0.0 won't fire
How to reproduce: 1. Open attached project (AnimEventBugRepro.zip) 2. Open scene Bug Repro Scene.unity - The scene contains two ga... Read more
Undocumented "Main()" message in MonoBehaviour
How to reproduce: 1. Open a new project 2. Create a script called MainTest.cs with the following code: using UnityEngine; using Sy... 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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions