1.2.1-pre.1 • Published 1 year ago

@needle-tools/editor v1.2.1-pre.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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@hybridherbstNeedle Discord

1.2.1-pre.1

1 year ago

1.2.1-pre

1 year ago

1.2.0-pre.1

1 year ago

1.2.0-pre

1 year ago

1.1.0-pre

1 year ago

1.0.1-pre

1 year ago

1.0.0-pre

1 year ago