Search Issue Tracker
[VSTU] Thread debugging crashes Unity
Workaround: Disable Exception support in VS------------------------------------Caused by issue on VSTU side. Read more
Code fails to compile due to order of the methods
Code does not compile if one method is below other method even though there is no direct calls between those two methods. Steps to r... Read more
[GLLEGACY] Line Renderers using opaque materials cause Unity to hang wit...
Line Renderers using opaque materials cause Unity to hang when the graphics API is switched to OpenGL2. Repro steps:1. Open attached... Read more
Custom MenuItem hotkey takes priority over Input Field
Steps to reproduce:1. Create new empty project2. Create folder named "Editor"3. In said folder create C# script named "MenuItems"4. ... Read more
Special symbol is visible in Scene/Game window, but not in Inspector's w...
Steps to reproduce:1. Open attached project.2. Load "FontBug" scene.3. Look at the Game or Scene window.4. Notice that the special s... Read more
Graphics.DrawTexture 3.4 regression
- Open attached DrawTexture project in Unity 3.4- Open the Test scene- Press Play- The whole texture is rendered instead of just 1/4... Read more
[SerialPort] Events subscribed to DataReceived are not triggered
Steps to reproduce:1) create a virtual serialport connection2) open 'VBoxNetwork.zip'3) make sure 'PortHandler' is using the correct... Read more
[SerialPort] BytesToRead returns null reference
Steps to reproduce:1) open the project2) open scene 'Main'3) run Expected behavior: BytesToRead return 0Actual: null reference Read more
An instance of a class that is derived from a class that is derived from...
Steps to reproduce: 1. Open attached project2. Open up 'blah.cs' script and notice that Msg class is derived from MessageBase and ha... Read more
RSACryptoServiceProvider poor performance in Unity compared with Visual ...
Steps to reproduce:1. Download and in Unity open project named "RSAPerformanceIssue".2. Open scene named "test" and press Play butto... 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