I built an sample app using the ARDK examples package. I setup the SceneSelector scene and add all relevant scenes to the build.
I found a bit irritating to go to a scene, play a bit with it, and then there is no way to come back to SceneSelector scene other than killing the app and relaunch it.
I have quickly setup a Back Button using DontDestroyOnLoad but I think that adding this to the sample SelectorScene could be a nice and easy improvements for ARDK examples (+ maybe a little editor script to add all ARDK examples scenes to the build ).
Hi! Just sharing a quick tip on an easy (if manual) way of adding all of the ARDK example scenes to a build.
In the Project window, search for t:scene
Open Build Settings
Select, and then drag all of the scenes in the Project window into the Scenes In Build box in Build Settings
Drag the SceneSelector scene to the top of the Scenes In Build
Then, when you build and run on a device you’ll get the scene selector, with all of the scenes ready to try out. To go back to the scene selector after launching a scene you can just 5-finger tap the screen.