Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.2.0a1
2017.2.0f3
Issue ID
968739
Regression
Yes
Errors appear when changing size of an array with serializable objects via Inspector
How to reproduce:
1. Open attached Unity project "New Unity Project"
2. Load scene "s"
3. Enter Play mode
4. Select GameObject
5. In the inspector Change Size of the Array
Expected result: New element appears in the array without any errors.
Actual result: New element appears in the array along with two errors for each element: "GetBool is not allowed to be called during serialization, call it from Awake or Start instead".
Reproducible with: 2018.1.0a3, 2017.3.0b9, 2017.2.0p2.
Not reproducible with: 2017.1.2p2, 5.6.4p2, 5.5.5p1.
Note: resizing array via script cause not errors.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Add comment