Search Issue Tracker
[Serialization] Editor crashes when undo is pressed after applying chang...
Editor crashes when undo is pressed after applying changes in prefab of MonoBehaviours with SerializedReference objects. It has also... Read more
Value set to serialized fields in OnValidate() method doesn't get displa...
Reproduction steps:1. Open user's project "Prefab test.zip"2. Select "Master Variant" Prefab in Assets/Prefabs3. Enter Prefab editin... Read more
Editor freezes when trying to serialize generic type with SerializeRefer...
How to reproduce:1. Open the attached "1218652.zip" project2. In the Project window "Assets" folder right-click -> Create -> T... Read more
Undo/Redo action invalidate SerializedObject in Inspector when adding/re...
How to reproduce:1. Open attached project ("SO-REPRO.zip")2. Create SerializedObject asset (Assets->Create->BugReport->SO)3... Read more
Crash on TypeTreeQueries::IsStreamedBinaryCompatible when setting cyclic...
How to reproduce:1. Open the attached project2. Select "Scripts/foo_test" asset3. In the Inspector, change any value Actual result: ... Read more
Serialized ScriptableObject template class field appear as a non-Scripta...
Steps to reproduce:1. Open the attached project (case_1211768.zip)2. Add "GenericSerialization" script to any game object in the Hie... Read more
Dynamic functions unavailable when private generic UnityEvent<T> fields ...
Steps to reproduce:1. Open the attached project (case_1211380.zip)2. Select the "Test" Game Object3. Click the plus icon under "Deri... Read more
Both elements are set to None in reorderables when Cancel is clicked in ...
How to reproduce:1. Open attached project "case_941_repro.zip"2. Open "SampleScene" scene3. Select "Cube" & "Cube3" GameObjects ... Read more
"type is not a supported string value" error appears in the console wind...
Reproduction steps:1. Open the user's attached project "Bug Test.zip"2. In the Project window select the "it_avatar_test_all_skin.FB... Read more
SerializeReference throws an error in built game when using Odin - Inspe...
How to reproduce:1. Open the "pancakes.zip" project2. Build and Run the project Expected result: the built game doesn't throw any er... 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 Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object