Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X
Votes
0
Found in
2021.3.43f1
2022.3.45f1
6000.0.18f1
6000.1.0a7
Issue ID
UUM-79880
Regression
No
Script array values are not updated when initializing the array using const int
How to reproduce:
1. Open the attached “ArrayTest.zip” project
2. Open the “SampleScene”
3. Select the “ScriptObj” GameObject
4. Change the Inspector mode from “Normal” to “Debug”
5. Under the “Array Test” script component observe the “Array” value
6. Open the “Array Test” script for editing
7. Change the value of “arrSize” to any other number
8. Save and compile the script
9. Observe the result in the Inspector window
Expected result: The value of “Array” is updated to the newly assigned value
Actual result: The value of “Array” remains the same
Reproducible in 2021.3.43f1, 2022.3.45f1, 6000.0.18f1
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
Note:
- Reloading the scene or changing the name of the array causes the value to be updated
- The value is also updated upon entering Play Mode
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Add comment