If you want to have control over the update order,...
# ceramic
b
If you want to have control over the update order, you can set autoUpdate to false in your sub-scenes and call you sub-scenes update() methods from your main scene update()
2 Views