Search Issue Tracker
If a TextAsset is created from a .txt file that uses the wrong type of e...
If a TextAsset is created from a .txt file that uses the wrong type of encoding, Unity will just return an empty string WITHOUT rais... Read more
Field decorated with a Range attribute defaults to 0 instead of the spec...
Steps to reproduce:1. Open attached “Range.zip” Unity project2. Right-click in Project Window3. Create->Test->RangeAttributeTe... Read more
Crash on "ArrayOutMarshaller<Marshalling::UnityObjectArrayElement<Collid...
Steps to reproduce:1. Open the attached project ("990241.zip")2. Open scene "Main"3. Enter Play mode4. Observe the crash Reproducibl... Read more
Cannot rearrange files or folders in the Project view
To reproduce: 1. In a new project, create a few folders2. Try rearranging the folders Expected: dragging file/folder between other f... Read more
LayerMask doesn't return selected value
How to reproduce:1. Open "LayerRepro" Unity project2. Enter "testScene" scene3. Select "GameObject" in Hierarchy4. In the inspector ... Read more
[macOS] [IL2CPP] Build fails with DllNotFoundException: ole32.dll
Steps to reproduce:1. Open the project2. Make sure build target is set to Mac Standalone3. Make sure selected scripting backend is I... Read more
Resizable area minimal width is determined by currently opened window only
How to reproduce:1. Open Unity2. Create a new project3. Dock Inspector, Lighting and Lighting Explorer windows in a single horizonta... Read more
Cannot modify SpriteAtlas Texture fields via Editor Scripts
To reproduce:1. Open the Unity Project in the Unity Editor.2. Run the editor option Test -> Test SpriteAtlas AssetImporter.3. Obs... Read more
Compute shader: Invalid stride for compute buffer Error on playing a scene
To reproduce:1) Open attached project and scene2) Play it Notice the error in console "Invalid stride 1 for Compute Buffer - must be... Read more
Editor crashes when the compute buffer size doesn't match the data type ...
Steps to reproduce:1. Download attached project and open "diffusion" scene2. Enter play mode3. Editor crashes4. Reopen project and o... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS