Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VubbiScript/VubbiScript
Programming with blocks in Unity3D...
https://github.com/VubbiScript/VubbiScript
blockly programming programming-language unity3d visual
Last synced: about 1 month ago
JSON representation
Programming with blocks in Unity3D...
- Host: GitHub
- URL: https://github.com/VubbiScript/VubbiScript
- Owner: VubbiScript
- License: mit
- Created: 2016-11-28T20:17:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T15:59:24.000Z (5 months ago)
- Last Synced: 2024-08-05T18:42:21.491Z (5 months ago)
- Topics: blockly, programming, programming-language, unity3d, visual
- Language: JavaScript
- Homepage: https://vubbiscript.github.io/
- Size: 21.6 MB
- Stars: 47
- Watchers: 9
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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## 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-projectYou 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/.