Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/planchacorp/unityrunbook
- Owner: PlanchaCorp
- Created: 2022-03-17T12:52:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T12:17:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T02:18:43.857Z (almost 2 years ago)
- Language: C#
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)