Search Issue Tracker
GameObject references to itself or its Components serialized as [Seriali...
Repro steps:1. Open user attached project and scene named "PolymorphicSerializationTest"2. In the Hierarchy, select "PolymorphicSeri... 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
Input field On End String event is triggered when exiting Game mode
How to reproduce:1. Open attached project ("ReproInput.zip")2. Open SampleScene scene3. Enter Play mode4. Select the input field5. E... Read more
No warnings are thrown when using multiple Shaders with duplicate intern...
How to reproduce:1. Open the attached project (DuplicateShaderTest.zip)2. In the Project window, under Assets, select the Material "... Read more
[AssetBundle] Loading scene through bundle second time crashes
Repro steps:1) Open the project and LoadingScene in it2) Play and wait for it to finish to load(click the popped up dialogs till the... Read more
[iOS]WWW.LoadFromCacheOrDownload does not remove least used asset bundle...
1. Open attached project2. Change lionbUrl string into "https://oc.unity3d.com/index.php/s/WDNK7fwsrEXCygT/download" in Loader.cs3. ... Read more
Surface shader analysis not using 32-bit floats for fixed/half/float/dou...
Reproduction steps:1. Open attached Unity project.2. Open "Bug scene".3. Notice, that "Sphere" game object is black.4. Open "Bug" sh... Read more
[Timeline] ArgumentException in SignalReceiver when all Signals are set ...
In SignalReceiver component with 2 or more Reactions, "ArgumentException: SignalAsset already used." error is thrown when the last S... Read more
Hierarchy window context menu items "Duplicate" and "Delete" do not do a...
How to reproduce:1. Open any project2. Select any GameObject from the Hierarchy window3. Right-click outside of the selection in the... 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