Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VubbiScript/VubbiScript

Programming with blocks in Unity3D...
https://github.com/VubbiScript/VubbiScript

blockly programming programming-language unity3d visual

Last synced: 2 months ago
JSON representation

Programming with blocks in Unity3D...

Awesome Lists containing this project

README

        

# VubbiScript

> VubbiScript is a block based programming environment (similar to Scratch) for Unity 3D.
> It is meant as a next step after mastering Scratch when learning to program. It should make it easier to start programming in Unity 3D.
>
> It does not try to have blocks for all possible features of Unity 3D. Nor does it try to have the same blocks as Scratch (Unity 3D has different concepts). The idea is that this plugin eases the introduction to Unity 3D.
>
> Once you mastered VubbiScript and need more complex features than VubbiScript supports, you can quit using VubbiScript and seamlessly switch to programming in C#.
>
> \- Jeroen Penninck

VubbiScript Screenshot

## Documentation & Downloads...

Interested in trying it out or learning more?
Latest download and information can be found on the website:

https://vubbiscript.github.io/.

## How to try it out in development mode?

1. Do a git clone
2. Clone the submodules

```
git submodules init
git submodules update
```

(or have a look at http://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules)
3. Open the Unity project located in src/unity-project

You do not need the "buildscripts" folder unless you really want to make a "unitypackage" which you can distribute.

## Interested in helping?

Contact me! My email can be found at the bottom of the website https://vubbiscript.github.io/.