Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/planchacorp/unityrunbook

A little helper for the things we redo every times
https://github.com/planchacorp/unityrunbook

Last synced: about 1 month ago
JSON representation

A little helper for the things we redo every times

Awesome Lists containing this project

README

        

# Unity Runbook

## Kickstart ⭐

If you want to setup your local environment to be able to develop or use the Unity editor, [go there](./Kickstart/Environment.md).

## Features 🧰

These runbook can help when implementing some recurrent features:
- [Using Unity new Input System](./Features/Input.md)
- [Creating a Tilemap](./Features/Tilemap.md)
- [Adding Animations](./Features/Animation.md)

## Development ⌨️

Useful for developers:
- The [Architecture based on Scriptable Objects](./Development/ScriptableObjectsArchitecture.md) we use
- General [dev guidelines](./Development/Guidelines.md) we try to follow

## Project Setup ⚙️

These topics are more technical and can prove useful when setting up a project for the whole team:
- [Setting up Git with Unity](./Kickstart/Git.md)
- [Continuous integration & deployment on Pages](./Kickstart/CI.md)