Search Issue Tracker

0
votes
Fixed

"Unknown managed type referenced" error when using SerializeReference

Serialization

-

Aug 06, 2021

-

Version/s: 2019.4, 2020.3, 2021.1, 2021.1.16f1, 2021.2

How to reproduce:1. Open the user's attached project "UAttribute.zip"2. Open Assets/Sample/TestScene/SerializeReferenceDropdownTest.... Read more

0
votes
Fixed

Unity crash when upgrading 2019.3 project to 2020.x caused by Generics

Serialization

-

Jun 12, 2020

-

Version/s: 2020.1, 2020.1.0b12, 2020.2

This crash was caused by a stack overflow trying to generate serialize commands for a generic instance containing a field of the gen... Read more

0
votes
Fixed

[Presets] FormerlySerializedAs Field does not keep the last value after ...

Serialization

-

Jun 12, 2019

-

Version/s: 2018.3.0a1, 2019.1.0a1, 2019.1.4f1, 2019.2.0a1, 2019.3.0a1

How to reproduce:1. Open the attached "FormerlySerializedAsTest.zip" Project2. Set the "Test Float" variable to 1003. Go to edit "Te... Read more

0
votes
Fixed

Editor crashes on "Assertion failed on expression: 'o != NULL'" when the...

Serialization

-

Mar 22, 2021

-

Version/s: 2018.4, 2019.4, 2019.4.18f1, 2020.2, 2021.1

Reproduction steps:1. Open the user's attached project2. Open scene "Level1"3. Set GameObject "" to active Expected result: Game obj... Read more

0
votes
Fixed

SerializedObject.hasModifiedProperties returns false after modifying pro...

Serialization

-

Apr 11, 2021

-

Version/s: 2020.2.7f1, 2020.3, 2020.3.2f1c1, 2021.1.0b9, 2021.2.0a6

How to reproduce:1. Open the attached '1328336.zip' project2. Open 'SampleScene'3. In the Hierarchy select 'GameObject'4. In the Ins... Read more

1
votes
Fixed

JsonUtility.ToJson() modifies its input parameters

Serialization

-

Aug 16, 2017

-

Version/s: 2017.1.0f3

To reproduce: 1. Open the project, attached by the user (ToJsonTest.zip)2. Open Test Runner3. Run all EditMode tests4. Observe that ... Read more

0
votes
By Design

Not all 2D sprites get imported when upgrading a project from 2018.4

Serialization

-

Feb 13, 2021

-

Version/s: 2019.3.0a1, 2019.4, 2019.4.19f1, 2020.2, 2021.1, 2021.2

How to reproduce:1. Open the project "FixTilesetBug.zip"2. Extract the archive "TextureThatImportsWrong.zip"3. Open the extracted te... Read more

1
votes
Fixed

[JsonUtility] ToJson() with Lists and lots of Data causes crash

Serialization

-

Jan 06, 2016

-

Version/s: 5.3.1f1

Repro steps:1) Open the project and Scene.scene in it2) Take a look in the script - notice the for cycle with 500k iterations3) Play... Read more

0
votes
By Design

An Unhandled Exception is thrown when exiting Unity having VSCode Integr...

Serialization

-

Oct 31, 2018

-

Version/s: 2018.1.9f1, 2018.2.0b10

Repro steps:1. Open QA attached project "repro_1096530"2. Close Unity3. Open the Editor.log Expected: Unity closes without any excep... Read more

0
votes
Fixed

SerializedProperty.arrayElementType on non-empty array of managed refere...

Serialization

-

Mar 06, 2020

-

Version/s: 2019.3

Given a [SerializeReference] array that is not empty, trying to query .arrayElementType of SerializedProperty that corresponds to th... Read more