Hi everyone,
I’ve just started using Urho and i’m curious how do you guys manage your scenes that are creating only within code.
In all the examples scene instance is created in a class which extends Application. But how would you do it if you have multiple scenes
I’ve tried creating a class that extends Object and creating a scene, but i’m not sure if this is the right way.
The idea is to have a class that represents single scene.
Best