Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unity-technologies/unityplayground
A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
https://github.com/unity-technologies/unityplayground
2d 2d-physics-game beginner playground public unity workshop
Last synced: 6 days ago
JSON representation
A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
- Host: GitHub
- URL: https://github.com/unity-technologies/unityplayground
- Owner: Unity-Technologies
- License: mit
- Created: 2016-07-11T11:56:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T14:37:00.000Z (over 1 year ago)
- Last Synced: 2025-01-27T06:06:37.770Z (6 days ago)
- Topics: 2d, 2d-physics-game, beginner, playground, public, unity, workshop
- Language: C#
- Size: 15 MB
- Stars: 885
- Watchers: 91
- Forks: 165
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Unity Playground
![playground.png](https://imgur.com/NvAFtsp.jpg)
**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.