Hi all. I try to preload a main menu scene while playing an intro, and then show that menu when intro is skipped or finished. All posts that I’ve seen state that if you load scene async with: op.allowSceneActivation = false; then op.progress will, hmm… progress up to 0.9f and op.isDone will be false. Then I can manually set allowSceneActivation to true when I want to, and scene will appear. So I w