unityscript

0.0.8 • Public • Published

UnityScript

version downloads powered by aepl documentation publish

UnityScript is an early access JavaScript to C# compiler and API wrapper package for the game engine Unity

⚠️ PLEASE NOTE: this package is currently in early access and is far from finished ⚠️


Installations

stable release versions are on npm

experimental versions are on github

npm install unityscript
npm install paishee/unityscript      




const { Workspace } = require('unityscript');
const workspace = new Workspace();


workspace.on("ready", (ctx) => {
    const scene = ctx.scenes.first();

    let cube = scene.spawn(Cube, "cubert", {
        localPosition: { x: 5, y: 5, z: 5 },
    });
});


workspace.open("C:/Users/owner/MyProject");

Disclaimer

this project is created out of pure boredom and coolness
this project and the developers behind it are:

  • not associated with Unity or its developers
  • not responsible for anything created



Collaborators

me
paishee

penguins
penguin dev

/unityscript/

    Package Sidebar

    Install

    npm i unityscript

    Weekly Downloads

    0

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    40.6 kB

    Total Files

    54

    Last publish

    Collaborators

    • nuttmegg