Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
LuisInThisUniverse's avatar
LuisInThisUniverse
Honored Guest
1 year ago
Solved

Issue when forward to new activity

Hi at all! I'm trying to start another activity with a different panel. From starter template I take the button and prepare the intent. I want to re-use the original environment and register a new ...
  • dav-s's avatar
    1 year ago

    If you just want to spawn the 2D panels in the home environment, you can just launch another regular activity as you would in Android. You may need some extra manifest flags to make it not just replace the current window (for example you may need the FLAG_ACTIVITY_NEW_TASK), but things should just work as they would in Android.

    Alternatively, like you said, you can launch as many panels as you want and control them by rendering the whole scene in immersive mode with Meta Spatial SDK.