@needle-tools/editor-sync
v2.0.3-beta
Published
Package providing hooks to connect and apply changes from external editors to the Needle Engine runtime scene
Downloads
149
Readme
Needle Editor
This package allows to apply modifications from external editors (like Unity) to the Needle Engine runtime threejs scene.
💾 Installation
⚡ Vite
Async import the needleEditor
plugin from @needle-tools/editor/plugins
and add it to the vite plugins array:
export default defineConfig(async ({ command }) => {
const { needleEditor } = await import("@needle-tools/editor/plugins");
return {
plugins: [needleEditor(command, needleConfig)]
}
}
Contact ✒️
🌵 needle — tools for unity • @NeedleTools • @marcel_wiessler • @hybridherbst • Needle Discord