Search Issue Tracker
UI not rendered on Android and iOS if native rendering event is issued i...
How to reproduce: 1. Open attached project2. Open scene NativeRendering.unity3. Build to iOS and run- Notice that UI is not rendered... Read more
The menu Unity -> Modules... does not display anything and throws errors
How to reproduce: 1. Open any project2. Go to Unity -> Modules...- Observe that nothing is displayed and the console is full of e... Read more
CapsuleCollider edit gizmo dots are offset by a 90 degree angle
How to reproduce: 1. Open any (new) project2. Create a Capsule and select it3. Click the Edit Collider button in the inspector- Note... Read more
UNET can't have multiple scripts deriving from NetworkBehaviour on same ...
To reproduce:1. Open attached project2. Build and Run windows standalone3. Open Menu scene in editor4. Select Player prefab and acti... Read more
IL2CPP compile error when script contains method group of interface to d...
How to reproduce: 1. Open attached project- Project contains a single script: using System; public interface IMyInterface<T>{v... Read more
Crash deleting animation keyframes
To reproduce:1. Open attached project2. Open MoiGame3. Press play4. Search for mesh layer in hierarchy5. Select one of the mesh laye... Read more
docs page stuck in JS, can't set it to C#
http://docs.unity3d.com/ScriptReference/Texture2D.EncodeToPNG.htmlTo reproduce:1. Open the page2. Try to switch the language to C# Read more
Observer pattern class does not compile under IL2CPP
How to reproduce: 1. Open new project2. Paste the following code into a script: using System;using System.Collections;using System.C... Read more
Realtime lights being baked into lightmaps with incorrect shadows if rea...
To reproduce:1. Open attached project "RealtimeOFF"2. Open scene 13. Notice that scene has only a realtime light, but realtime GI of... Read more
Selection.GetFiltered does not work with interfaces
To reproduce:1. Open scene "Main"2. Click GameObject "Selection.GetFiltered Test"3. Click the button "Check Selection" in the Inspec... 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 Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template