11-29-2024 12:55 PM
Hello I'm currently developing an app for meta quest which should work on background on any other apps/games like the meta quest browser. Based on my understanding, this is only possible by just porting 2d Android app.
But i want to have standalone spatial features using meta spatial sdk as well.
Should I make two separate apps or just building one would support both the usecase? Spatial features are just addition to the current 2d app
12-03-2024 09:37 AM
Hi there -- it is definitely possible to create one app that has both a 2d mode and switches into an immersive experience using Meta Spatial SDK.
I would recommend looking at the hybrid sample on GitHub to get started.