| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 ⚠️
|
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");this project is created out of pure boredom and coolness
this project and the developers behind it are:
paishee | penguin dev |
| Back | FazBrowse Home | New Git URL |