Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2020.1.0b7
2020.2
Issue ID
1243451
Regression
No
Changing the type of script properties to custom Struct causes errors when values are changed in instance of Prefab
How to reproduce:
1. Open the attached project "1243451.zip"
2. Open the Scene "1"
3. Open script "Test.cs", comment lines 13, 14, 15, uncomment lines 17, 18, 19 and save changes
4. Change "Test" component values of GameObject "test"
Expected result: no errors are thrown
Actual result: errors appear in a Console
Reproducible with: 2018.4.22f1, 2019.3.13f1, 2020.1.0b8, 2020.2.0a9
Workaround: removing and readding GameObject to Scene solves the issue
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Map Viewer shows "Loading..." text instead of indicating users that Baked Texture Maps are missing
- "Analyze Import Process" button misaligned in Import Activity window
- Text in “Baked Shadowmask” mode is difficult to read in Baked Lightmap Viewer when Editor theme is set to Light
- Mesh wireframe is difficult to see in Baked Lightmap Viewer window when texture opacity is maximized
- Informational text does not wrap and does not fit when the Viewer Window is opened by default
Resolution Note:
We are not supporting replacing the type of a field with another at this point and there is no short term plans to cover this. In the meantime the workaround is to use another name for the field of the new type.