Search Issue Tracker
Won't Fix
Votes
1
Found in
5.4
Issue ID
752441
Regression
No
[Transform] transform.SetSiblingIndex(out of range) should throw an exception
For consistency with the rest of the API transform.SetSiblingIndex should throw and exception for out of range values. Currently it moves the child to end of the list instead (by design in cpp code).
SetAsFirst/LastSibling methods exist so no usability loss here.
editor tests:
- TransformSetIndex.Transform_SetNegativeSiblingIndex_Throws()
- TransformSetIndex.Transform_SetSiblingIndexOutOfRange_Throws()
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:
Minor issue, not worth breaking behaviour.