How to load Environment settings with Scenes?

Yes

currently working on adding a scene switcher to the core engine with some of the learnings from previous projects

since we need it all the time

with history api, query parameter, scenes by attribute to enforce a specific scene to be loaded, keyboard navigation, swipe navigation possibly as well :smile:

ok interesting…i’m almost done getting nuxt fully integrated. Since that takes care of history api, and I’ll be navigating with my own menu…assume I can turn some of those features off? (like keyboard navigation and swipe nav)

by user 300386587278049291

of course :slightly_smiling_face:
image.png

when you have nuxt integrated id love to learn about what the challenges were etc and maybe we can create a sample :slightly_smiling_face:

and make it easier if there are problems to be solved

i have tried nextjs last week but didnt have enough time

yea i’m planning on sending a zip - there are a couple hacky things but fairly clean overall

by user 300386587278049291

quick history test :slightly_smiling_face:
20230418-202836_Multi_Scenes_-_Google_Chrome.mp4

sounds fairly good haha

a zip would be awesome

and im eager to get rid of any hacks that are necessary!

the earlier we can do that the better

well since we’re on the subject - I think its easiest if I run the nuxt server and let that notice changes (it’s using Vite as well) - how can I turn off just the start server step of Needle?

by user 300386587278049291

You can change that start script
image.png

hmm i still get ā€œServer not Respondingā€ warning in Unity

by user 300386587278049291

(not a big deal, just trying to do it as cleanly as possible)

by user 300386587278049291

that actually might be because Nuxt is on port 3000

by user 300386587278049291