All Projects → Unity-Technologies → Unityplayground

Unity-Technologies / Unityplayground

Licence: mit
A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience

Projects that are alternatives of or similar to Unityplayground

Entitypostprocessor2d
A unity package for applying post-processing effects to assembled 2D assets
Stars: ✭ 17 (-97.18%)
Mutual labels:  unity, 2d
2d Animation
Project files for our tutorial on animating a 2D Character in Unity.
Stars: ✭ 52 (-91.38%)
Mutual labels:  unity, 2d
Turbotrack2d
Prototype of 2D arcade style racing game
Stars: ✭ 30 (-95.02%)
Mutual labels:  unity, 2d
Spritedicing
Unity extension for reusing sprite texture areas
Stars: ✭ 589 (-2.32%)
Mutual labels:  unity, 2d
Unity Aseprite Importer
An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
Stars: ✭ 177 (-70.65%)
Mutual labels:  unity, 2d
2d Character Controller
Free 2D Character Controller for Unity.
Stars: ✭ 643 (+6.63%)
Mutual labels:  unity, 2d
Creature unity
2D Skeletal Animation Unity Runtimes for Creature
Stars: ✭ 50 (-91.71%)
Mutual labels:  unity, 2d
Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (-93.03%)
Mutual labels:  unity, 2d
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+113.43%)
Mutual labels:  unity, 2d
Shapes2d
Shapes2D for Unity3D - Make simple art assets quickly in Unity
Stars: ✭ 83 (-86.24%)
Mutual labels:  unity, 2d
Frida Boot
Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!
Stars: ✭ 179 (-70.32%)
Mutual labels:  workshop, beginner
Machinelearningroguelike
A small Roguelike game that uses Machine Learning to power its entities. Originally used in talks by Ciro & Alessia.
Stars: ✭ 270 (-55.22%)
Mutual labels:  unity, 2d
Flutterbasicwidgets
ABC of Flutter widgets. Intended for super beginners at Flutter. Play with 35+ examples in DartPad directly and get familiar with various basic widgets in Flutter
Stars: ✭ 609 (+1%)
Mutual labels:  playground, beginner
Futile
A super simple Unity 2D framework
Stars: ✭ 770 (+27.69%)
Mutual labels:  unity, 2d
Sycophant
Numerous Ninjas: Beta stage mobile game written in Unity
Stars: ✭ 64 (-89.39%)
Mutual labels:  unity, 2d
ws-ldn-1
Clojure/Clojurescript workshop (2-4 Nov 2015, London)
Stars: ✭ 22 (-96.35%)
Mutual labels:  workshop, beginner
Navmeshplus
Unity NavMesh 2D Pathfinding
Stars: ✭ 347 (-42.45%)
Mutual labels:  unity, 2d
Render Crowd Of Animated Characters
Animation Baker and Instancing for Animated Characters: Using GPU to implement large-amount animation characters rendering. The animation map for vertex shader to modify the vertex position of the mesh at runtime. Using GPU instancing to reduce draw calls. The initial version was released on GitHub in Jul 2017, and of course, it is still on GitHub. However, if you can buy me a cup of coffee, I will be very happy :-).
Stars: ✭ 571 (-5.31%)
Mutual labels:  unity
Mixedreality Webrtc
MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
Stars: ✭ 568 (-5.8%)
Mutual labels:  unity
Unitystation
The original unitystation
Stars: ✭ 566 (-6.14%)
Mutual labels:  unity

Unity Playground

playground.png

This project can be found and downloaded on the Asset Store

Description

A collection of simple scripts to create 2D physics games, intended for giving workshops to an audience of beginner game developers to quickly enable them to make games in Unity.

Documentation

Objective

This project is intended to be as flexible as possible, not enforcing a specific game genre apart from the obvious constraints of being 2D and physics-powered. It contains a lot of scripts that perform atomic tasks, that is they do mostly only one thing, so you can combine them to create any kind of gameplay.

That said, the audience should already have an idea of how Unity works, the Editor interface, the concept of GameObjects, Components, the Scene View, Play Mode, and so forth. It might be useful to guide them through these concepts before letting them play with this project.

Usage instructions

Documentation can be found in pdf form under Assets/Documentation

Software Requirements

Required: Any Unity 2017.4 or later version

Hardware Requirements

Required: Laptop

Change Log

  • 1.0 (2018/12/12) - initial release on the Asset Store.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].