Search Issue Tracker
[URP] Right click > reset on UniversalAdditionalCameraData component bre...
Steps:1. open any URP project (new URP template or UniversalRenderingExamples)2. open a scene with a camera+assets (like, ToonOutlin... Read more
Numerous errors are thrown upon removing ArticulationBody Component in P...
How to reproduce:1. Open the attached project, Bug scene2. Enter Play Mode3. Make sure Scene View is visible(tested with Scene and G... Read more
Non-stereo viewport rects are incorrect in VR mode
Viewport rects are handled incorrectly in non-stereo cameras when in VR mode, resulting in rendering artifacts. Reproduction steps:1... Read more
[macOS] [Input System] GetBindingDisplayString returns empty Strings for...
Reproduction steps:1. Download and open the attached project 'InputDisplay.zip'2. Open Scene 'Bug'3. Enter Play Mode4. Observe Conso... Read more
Baking GI stalls when baking a specific SpeedTree asset
Steps to repro:1. Download the attached project and open "tree" scene;2. In the Lighting window (Window>Rendering>Lighting) pr... Read more
[GPULM] - Fallback to CPULM failing on reading totalRaysCastCountBuffer
Baking with GPULM sometimes fails while reading totalRaysCastCountBuffer used to measure baking performance.This happens in RRBakeLi... Read more
[GPULM] - Fallback to CPULM failing when writing LightCookies buffer and...
Baking with GPULM sometimes fails when baking a scene that has baked light cookies.The bug happens in OpenCLCommonBuffers::PrepareLi... Read more
[Linux] Editor crashes when changing Layouts numerous times
Repro Steps:1. Open Unity Editor2. Using the drop-down option (top right of the Editor), change the Layout numerous times, roughly 7... Read more
The 'Play On Awake' checkbox gets unchecked when selecting multiple Part...
How to reproduce:1. Create a new project2. Create a Particle System in the Hierarchy3. Select the newly created Particle System4. In... Read more
NativeArray<T>.ReadOnly does not implement IEnumerable<T>
NativeArray<T> implements IEnumerable<T> allowing to use C# "foreach" syntax to iterate over it. However its read-only v... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class