Search Issue Tracker
By Design
By Design in 6000.3.X
Votes
0
Found in
2021.3.43f1
2022.3.45f1
6000.0.18f1
6000.1.0a7
6000.2.0a1
6000.3.0a1
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
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Resolution Note:
This is behaviour as designed.
Resolution Note (6000.3.X):
This is behaviour as designed.