How to integrate easily a Needle Project to an already existing project (or Website)

Hi everybody,

Currently when I tried to add 3D on an already existing project (like 3D integration for customers), I’m using three js vanilla or R3F. But I only use npm or yarn to install the package and I add my js components.
I would like to make more interactive component by using needle.
But here we have a complex connection between unity and the vite template, I don’t know what I should install and copy paste etc to make the needle canvas work easily without break it all. How could I easily add my needle work to an existing project after modelling it on unity in a development environment ?

I tried to look at it on the documentation but I didn’t find exactly what I wanted

Original Post on Discord

by user 224464722878005248

So generally you can just generate a project and then change everything - only thing that’s really needed for “basic integration” is that you keep the engine entry point and the needle-engine HTML tag

So this :

by user 224464722878005248

by user 224464722878005248

I need my scripts and my assets too no ?

by user 224464722878005248

that should automatically end up in