Search Issue Tracker
Fixed in 5.0.X
Votes
2
Found in
4.3.2f1
Issue ID
585122
Regression
No
Reassigning parent through transform.GetChild(x).parent causes children to be re-ordered on WP8
Steps to reproduce:
1. Create a project which has a gameObject as a parent of several other gameObjects. Write a script which re-assigns each child gameObject to the same parent in Awake() method and reports their order through GUI.Label.
2. Build and run it on WP8 device.
3. See labels reporting different order of gameObject's children. Cross compare it to Editor - object in editor has its children order preserved.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment