Search Issue Tracker
ParticleSystemForceField doesn't have "enabled" property
Request for new script API: void Test(){ParticleSystemForceField forceField;forceField.enabled = false;// - does not exist} Read more
"Attach to Unity" option no longer available when opening .json files wi...
How to reproduce:1. Open the attached project "JsonBug.zip"2. Open "Script1.cs" in the Assets folder using Visual Studio3. Observe V... Read more
[Profiler] IndexOutOfRangeException thrown when using Profiler or select...
How to reproduce:1. Create new project2. Import and open Profiler Analyzer tool3. Open Profiler4. Enter Play mode let the Profiler r... Read more
.NETStandard 2.1 in the editor is missing System.Memory, System.Buffers ...
When referencing .NETStandard 2.0 assemblies coming from NuGet package like System.Text.Json (https://www.nuget.org/packages/System.... Read more
[Profiler] Standalone Profiler keeps recording Playmode while on pause
How to reproduce:1. Create new project2. Open Standalone Profiler3. Enter Play mode4. Hit pause and in Standalone Profiler disable a... Read more
[DX11] Water reflections disappear when a GameObject with Default-Materi...
How to reproduce:1. Open the attached project (MaterialReflectionTest.zip)2. Open scene Assets/Scenes/WorldGeneration3. Press the Pl... Read more
[UIToolkit] OnPointerDown is not called after clicking child TextField
Reproduction steps:1. Open the user's attached "UIToolkitCapturePointerIssue-2021.2.zip" project2. Open the "SampleScene" Scene3. En... Read more
Scene loaded using Addressables.LoadSceneAsync looses Asset references w...
How to reproduce:1. Open the user's attached "AddressableNonRecursiveDependencyAndroidBug.zip" project2. Open the Addressabkes Group... Read more
[VFX Graph] VFX is not rendered and errors are thrown to the console whe...
How to reproduce:1. Open the attached package2. Open VFX3. Open SG Actual result: Errors are thrown to the console and VFX does not ... Read more
Virtual method is called together with the Override methods
How to reproduce:1. Open the user attached "Test.zip" Project2. Open the Console tab in the Editor3. Press Play Expected result: Onl... 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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used