Hello!
I’m currently working on a local hosted project that utilizes 8th Wall for AR functionality. In this web app, we start the project on a simple menu screen with buttons to access settings, game progression info, and then a “scan mode” in which we detect image targets to trigger different minigames / events. As a result, we’re entirely generating an A-Scene when we enter that “scan mode” portion of the app, instead of holding one in the html body on startup. I think this has removed the 8th Wall splash screen from our app, and was wondering about the specific way that is set up to appear.
In order to ensure that our app can launch without a fee, we really want to make sure that we’re compliant with the requirements outlined here: Requirements | 8th Wall
If there isn’t a specific way to ensure that we get the default 8th wall splash screen on startup, is it appropriate for us to use the branding to create a copy of the splash for our app’s startup and loading screens?
Thank you.