Search Issue Tracker
[UI] MaskableGraphic OnEnable and OnDisable are slow causing non-respons...
To reproduce:1. Open attached project2. Play scene3. Click on Open4. Notice spike in profiler5. Click on Back button6. Notice anothe... Read more
Editor and platform support can easily become out-of-sync
It seems far to easy to get the editor out-of-sync with a given player build platform. We should prevent the user from building in t... Read more
Particle System emits one less particle if looping is disabled
1. What happenedParticle System emits one less particle than set in Rate if looping is disabled.e.g. Set Duration to 1, disable loop... Read more
[Profiler] You can only disable display of CPU Usage components
You can not disable other then CPU profiler graphs (by using little squares near profiling object (Rendering/Script/etc...)) Steps t... Read more
[MonoDevelop] Refactor rename doesn't rename implementations of interfaces
Steps to reproduce:1) open attached project2) open 'NewBehaviourScript' with mono3) Try to refactor-> rename Method() Expected: g... Read more
Dropdown Coroutine couldn't be started
Reproduction steps:1) Open users attached project, and proceed to scene "1".2) Go into play mode, open UI dropdown menu and select a... Read more
[OSX] The game continues to receive mouse input when running in background
Repro steps:1) Open the project I attached and Scene.scene2) Build and Run and make sure Run in Background is turned off in the Play... Read more
After deleting "Any State" transition, NullReferenceException error will...
Reproduction steps:1. Open attached project2. Delete any transition form "Any State"3. In console "NullReferenceException: Object re... Read more
When pressing outside the touchscreen keyboard on Android devices, wasCa...
It is impossible to distinguish between pressing "DONE"/"OK" on the touchscreen keyboard and pressing outside the keyboard area on A... Read more
alreadyLightmapped value is not compatible with mixed lighting
alreadyLightmapped API needs better support to work with new light modes. Reproduction steps:1) Download the new reproducible projec... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS