Search Issue Tracker
By Design
Votes
1
Found in
5.3.0f4
Issue ID
752123
Regression
No
Script Execution Order not respected across scenes, each scene has its own Script Execution Order
Steps to reproduce:
1) open the attached project
2) open 'BaseScene' and drag 'AdditiveScene' into hierarchy
3) play
4) observe console for execution order
Actual behavior(attached image): Ordering is separate for every scene
Scene1: Highest -> lowest -> Scene2: Highest -> lowest
Expected behavior: Ordering should be independent to scene
Highest -> lowest
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
- Adaptive Performance documentation link leads to outdated package documentation when the documentation hyperlink is pressed in the Project Settings window
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
Resolution Note:
This is by design