Search Issue Tracker
Rendering from a plugin causes colors in Game View to appear much darker...
Repro steps:1. Open QA attached project "repro"2. Enter Play Mode and observe the Game View3. Select "Main Camera" in the Hierarchy ... Read more
Scene View camera returns to vector 0 after placing a GameObject out of ...
How to reproduce:1. Open Unity, open or create a project2. Hold down Shift and move the Scene View camera one direction until the Sc... Read more
[Linux] Crash when build and run WebGL without switching the platform be...
To reproduce:1) Create new project2) Open Build Settings3) Select WebGL platform but don't switch to it4) Click Build and Run After ... Read more
[macOS]"Assertion failed on expression: 'ptr == NULL || ..." error print...
Steps to reproduce: 1) Download attached project and open in Unity2) Make sure platform is set to Android/iOS in the Build Settings3... Read more
[Linux, Input] Joystick's input is not detected on 32bit Players
To reproduce:1) Have a controller plugged in to your system (tested with X360 and XONE wired controllers)2) Open attached project3) ... Read more
Custom Inspector Style background color is much brighter than declared
How to reproduce:1. Open tester's project (case_1026821-TestAssets2018.1.zip)2. Open scene "1.unity"3. Select "Main Camera" GameObje... Read more
[Win IL2CPP] Make "No AOT code was generated" exception more useful
To reproduce:1) Open attached project and scene2) Build and run it for Win Standalone IL2CPP You will see the following error in pla... Read more
WebGL shader compiler compiler breaks on long if/else chains
To reproduce:1) Open the attached project and scene2) Play in editorExpected: See red quad constantly filling up the screen3) Build ... Read more
[FixInGit1.4] Material properties are not updated on recipient's end whe...
Material properties are not updated on recipient's end when the asset name is re-cased and submitted using collab Steps to repro:1. ... Read more
Regression with the way AssetBundle.LoadAsset works
retrieved_text = ab.LoadAsset("TextDoc", typeof(TextAsset)) as TextAsset; returns Null To reproduce:- open attached project, 07_Asse... 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
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
- Standalone Profiler stays in Dark Theme after switching Editor theme to Light on Ubuntu