How to reset whole experience while in AR World
Hello everyone !
This time i'm looking for a way to optimise my application code.
I currently have a RESET function, but it takes all my widgets, one by one, to set them as default (position, visibility etc...)
This is an extra fat function (~100 lines with comments) and i'm sure there is a way to get back to the default application in one line !
But i have no clue about how to make it...
I basically need to know how to set an application back to it's default settings without using a fat function, or closing the app, re-open vuforia view and lauch the app.
I hope this time my request is about something existing 😅

