Search Issue Tracker
Unity 5.1.0b3+ crashes after clicking "Require ES3.1"
Unity 5.1.0b3+ crashes after selecting "Require ES3.1" in player settings To reproduce:1) Create new project in Unity 5.1.0b3+ (or p... Read more
Unity reports running out of memory when importing audio file
Import the attached mp3 file. The console reports the following errors and the file fails to import:Errors during import of AudioCli... Read more
MenuItem hotkey F1..F12 does not work
Steps to reproduce:1. Open attached project.2. F2 and F3 - nothing happens.3. Press R Or Q console prints out logs.4. Check toolbar ... Read more
Material preview becomes lighter in the Project Browser when it is re-im...
To reproduce:1. Open a new project2. Create a material and set its colour (red makes things easier to see)3. Right-click Assets >... Read more
Exception when using SyncListStruct with Vector3
Using the class SyncListStruct<T> with a Vector3 (or any built-in types) cases a build time exception in UNetWeaver. This shou... Read more
Exception using SyncListStruct with no derived class
The class SyncListStruct<T> must be used with a derived class. When it used without a derived class, an exception happens at b... Read more
[UNET] Multiple components sending commands prints InvokeCommand error
Reproduction steps:1. Open attached project "UNET Bug"2. Build the game with scene.unity included in the build3. Launch the built ex... 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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal