Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0b7
Issue ID
1094311
Regression
Yes
[Scripting] Crashes on increasing public string array size in the inspector
Editor crashed while increasing size of string array in the inspector.
Steps to Reproduce:
1. Create a new project.
2. Create a new script.
3. Add following variables to the script:
public string[] a;
public int b = 2;
public int[] c;
4. Attach the script to a GameObject.
5. In the inspector, set string array 'a' size to 2(it can be any value).
6. Add values to the elements of string array 'a'.
7. Now resize string array size as 3.
Actual Result: Editor crashes.
Expected Result : String array should get resized and editor should not crash
Reproducible On: 2018.3.0b7, 2018.3.0b8, 2019.1.0a6
Not Reproducible On: 2018.3.0b6, 2019.1.0a5
Notes:
- Appears on both Mac and Windows
- Appears only when there is a variable defined between two arrays (one should be string array)
- Appears only for string arrays.
- *Increasing string array size also removes data from the corresponding variable (see the attached video-"SideEffects.mp4" for details)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment