Is there anyway of telling if storyboard.loadScene() successfully loaded the scene? Like checking a property. I have been trying to use storyboard.getScene(), but it does not look like doing exactly what I needed to check. [import]uid: 19297 topic_id: 24814 reply_id: 324814[/import]
[lua]local scene = storyboard.loadScene(“scene”)
assert(scene, “Scene not loaded. Huh.”)[/lua]
Why would you suspect your scene doesn’t load though? [import]uid: 44647 topic_id: 24814 reply_id: 100634[/import]
– deleted [import]uid: 19297 topic_id: 24814 reply_id: 100639[/import]