New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

unityscript

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unityscript

A JavaScript-to-C# Compiler for Unity

Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
18
1700%
Maintainers
1
Weekly downloads
 
Created
Source

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 ⚠️


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

Keywords

unity

FAQs

Package last updated on 03 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts