Unfortunately, I’m getting a bunch of warnings in Unity Console:
by user 962902844049096704
But the only way it works is if I keep hotspots as a dependency in by export info- but with hotspots installed as a dependency I get a bunch of errors (warnings).
by user 962902844049096704
You can ignore those - they are because you have compression on export enabled + the needle editor package enabled in which case these extensions get removed by compression
if you want to use editor sync you need to disable compression on build (in exportinfo)
Awesome! Glad that you got it working
Unfortunately, things went to crap unexpectedly- I switched back to my primary project, and suddenly I got this error on local server export Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/@needle-tools_engine.js?v=de737a05' does not provide an export named 'WebXREvent' (at XRLifecycleEvents.ts:32:34)
I have no idea what could’ve caused this.
by user 962902844049096704
did you update Needle Engine? which version are you using? If it’s on latest alpha it’s expected because the API changed and some types (and the samples package is not updated yet - will come soon tho / probably next week)
AAAAAHHHH I see.
by user 962902844049096704
I updated needle engine- I’ll roll back- which is the latest stable?
by user 962902844049096704
3.31 ?
by user 962902844049096704
I got it working @Marcel_Wiessler1 - rolled back to 3.31 - I was about to have a panic attack lol
by user 962902844049096704
Sorry samples update is going well so far (the error you got there is fixed on the samples repo) - so should be ready soon