Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
9
Found in
4.6.0p1
Issue ID
653948
Regression
No
GetSiblingIndex always returns zero in standalone builds
To reproduce:
1) Open the test scene in editor
2) Start the play mode and see the sibling index is 1.
3) Build the project and run it.
4) Notice the sibling index is zero
Comments (4)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
kotoezh
May 07, 2024 12:20
Still exists in 2022.3.21f1 LTS.
Causes bugs with Mirror Network when sorting spawn positions by their sibling index.
Demigiant
Oct 03, 2015 09:12
Also, SetSiblingIndex is not working for objects in the root (Unity 5.2.1)
Xtro
May 16, 2015 16:15
This bug is really annoying me for many many months and it disrupts my workflow :( :(
Xtro
Jan 26, 2015 16:18
I reported this bug but the title says something missing.
It returns zero for only scene root objects. It works good for non-root objects.