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
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
when you have nuxt integrated id love to learn about what the challenges were etc and maybe we can create a sample
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
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
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