Search Issue Tracker
[Linux Editor] Unity fails to launch if installation path contains non-E...
Prerequisites:Any Unity version installed on the Linux machine Steps to reproduce:1. Rename the Unity's installation folder to a non... Read more
Editor crashes at strlen when scripts are compiled
Steps to reproduce:1. Download 959168_repro project2. Open 959168_repro Results: Unity crashes when script compiling starts Reproduc... Read more
Standard Assets contain warnings in Unity 2017 and later versions
Steps to reproduce:1. Create a new projects2. Download & Import Standard assets from the asset store3. Observe the console Expec... Read more
Editor crashes due to stack overflow in the user script when compiling s...
Steps to reproduce:1. Download 959160_repro.zip and open project2. While scripts are compiling editor crashes3. If crash doesn't occ... Read more
TileMap Collider 2D not generated for transparent tiles
How to reproduce:1. Open the "Project.zip" project2. Open the "scene" scene3. Select Grid > Tilemap in the Hierarchy4. Notice tha... Read more
Trying to add two same script components with [DisallowMultipleComponent...
How to reproduce:1. Open the attached project2. Open the Test Runner3. Start the "CantAddMoreThanOne" test Actual result: Unity cras... Read more
Unity uninstall option is missing in programs and features tab
Steps to reproduce:1. Install a few versions of Unity (2017.1)2. Install a few versions of Unity (2017.2)3. Navigate to Control pane... Read more
"Existing downloaded content may still be imported into your Project" wa...
How to reproduce:1. Create a project2. Import any asset from Asset Store3. Close Unity4. Turn off the Internet5. Open the project ag... Read more
Unity with the Mixed Reality Portal set in simulation mode leads to a cr...
Steps to reproduce:1. Open the attached project2. Open the Main scene3. Switch platform to Windows Store4. Play the scene (make sure... Read more
Vector2Int is missing negation, division and multiplication by int opera...
Steps to reproduce: 1. Use one of these in a C# script: var vector = 2 * Vector2Int.one;var vector = -Vector2Int.right;var vector = ... 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
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class