Search Issue Tracker
'Manual>Reflection Probe' misses description for 'Use Occlusion Culling'
'Manual>Reflection Probe' misses description for 'Use Occlusion Culling' /Manual/class-ReflectionProbe.html There's a checkbox in... Read more
UnityEditor.EditorApplication.isPlaying = false doesn't quit playmode in...
How to reproduce:1. Open the attached project "676201IsPlayingBug.zip"2. Open and Play "test" scene3. Notice that UnityEditor.Editor... Read more
Application.logMessageReceivedThreaded doesn't appear to log any messages
How to reproduce: 1. Open attached script in a new project2. Attach script to any game object3. Play the scene- The script should ou... Read more
[Mecanim] animator.gameobject.setactive(false) causes Editor to crash
How to reproduce:1. Open the attached project "676190Anim.zip"2. Open test scene3. Play it and Unity will crash4. Game Object has ve... Read more
GizmoType.SelectedOrChild is ignored when parent is selected
1. Open 'Scene' in the included project.2. Note the 'Thing' MonoBehaviour with an accompanying editor class configured to draw a cub... Read more
SurfaceEffector2D prevents other forces from being applied, such as to m...
The problem here is that the impulse-force being applied is swamping any forces that the end-user is applying. Note that you cannot ... Read more
Shaders: #pragma target with trailing comment is not recognized
Writing something like "#pragma target 4.0 // test" in a shader does not actually work - the trailing comment makes SM4.0 target not... Read more
[HomeScreen] Video player doesn't go to fullscreen mode when the icon is...
To reproduce:1. Open up the homescreen's 'Get Started' tab2. Play the video and click on the 'fullscreen' icon, which is located in ... Read more
Using GetCurrentMethod causes exceptions on WebGL
Steps to reproduce this issue: 1. Open the attached project2. Build&Run on WebGL3. Press button4. It invokes GetCurrentMethod an... Read more
[Raycast] When terrain is changed but not saved, RaycastHit.point return...
Steps to reproduce this issue: 1. Open 'TerrainRaycastBug' project2. Open 'TerrainRaycastBug' scene3. Switch to scene view4. The red... 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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code