Hi, I’m web developer with some experience with 3d model and i really excited about Needle, it’s soo cool. but i don’t know how can i create full website with needle. is needle.tools open source ? is there any tutorial about how we can create website with it ? i know unity and front-end developing but i don’t know how create website like needle.tools
It is basically pretty simple You can use the new builtin SceneSwitcher component to export individual unity scenes as glb files that are loaded in and out by some input or another trigger (e.g. website scrolling). While the website itself is not open source all the tools are available (e.g. the websites uses a mixture of splines and css timeline tracks to move the camera and control some html elements, those are available via our modules repository)
I can try to gather some more information about it tomorrow.
Sample scene to be released / polished for how to switch scenes with timeline, scrolling and no-code (see the last commit to find the correct Unity scene)
@marcel Thank you for response. it’s a little complicate for me. cause i don’t have any idea how scrolling event intract with scene and … i’m really like needle and specialy needle website and It is very cool. i run the sample and open it in my browser but i can’t find any document about how brower scroll can interact with scene and …
Thats a sample, a better version of this is in the core engine (just add a scenes switcher component to any unity gameobject, you can inspect the source by clicking the blue link at the top of the component)