Search Issue Tracker
By Design
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note:
This is behaviour as designed.