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

https://github.com/kidagine/chronos-unity2dboilerplate

Chronos is a 2D boilerplate project for Unity primarily aimed for pixel art games. It includes project structures, helper classes, editor scripts and more.
https://github.com/kidagine/chronos-unity2dboilerplate

boilerplate csharp gamedev unity unity2d

Last synced: about 1 year ago
JSON representation

Chronos is a 2D boilerplate project for Unity primarily aimed for pixel art games. It includes project structures, helper classes, editor scripts and more.

Awesome Lists containing this project

README

          

# Chronos



## Overview
**Chronos** is a 2D boilerplate for unity primarily aimed for pixel art games. It includes project structures, helper classes, editor scripts and more.

This started as boilerplate that I will be using for my own personal Unity game projects, which I decided to share in case it can help anyone, for that reason expect some very specific structures and features.

I may be updating and fixing bugs in the future, but this is meant more as a starting point to reference from.

## Features
- Base folder structure
- Base UI structure
- Base Gameplay structure
- 2D Tilemap with rule tiles - [Tilemap GIF](https://media4.giphy.com/media/heL50v6nl4imeRiIpJ/giphy.gif)
- Localisation system (i dont actually know spanish) - [Localisation GIF](https://media1.giphy.com/media/arakNarJmsUEtwhcaO/giphy.gif)
- Dialogue mechanic - [Dialogue PNG](https://i.imgur.com/7oToEPr.png)
- Save/load system - [Save/load PNG](https://i.imgur.com/bbgTtsN.png)
- Audio/Video settings - [Audio/Video PNG](https://imgur.com/a/RJTiNkp)
- Control remapping - [Remap PNG](https://imgur.com/a/wiuGRyw)
- Support for multiple input devices - [Prompts PNG](https://imgur.com/a/IpyV2dz)
- Custom collision system - [Collision PNG](https://i.imgur.com/Ok6wPA2.png)
- Intro splash screen and outro credits screen - [Intro GIF](https://media0.giphy.com/media/rVYoqTqgEzldN3e3pa/giphy.gif) | [Outro GIF](https://media1.giphy.com/media/ihYY9SpnHS2S2Pt7gx/giphy.gif)
- Base steam integration - [Steam PNG](https://i.imgur.com/cxt6TCN.png)
- Dev menu - [Dev PNG](https://i.imgur.com/jLaPrz0.png)
- Helper scripts and editor classes

## Tech Info
#### Unity Version
Current: [2020.3.8f1](https://unity.com/releases/2019-lts)

#### Packages
- 2D Tilemap Extras: 1.5.1-preview
- Yarn Spinner: 1.2.7
- Input System: 1.1.0-preview.3
- Localization: 0.10.0-pre9
- TextMeshPro: 2.1.3

#### Hardware
Input system tested with the following input devices:
- Keyboard & Mouse
- Xbox One Controller
- Playstation 4 Dualshock Controller

#### Software
Tested on Windows 10.

## Credits
Music - Yotam Perel : https://perel.bandcamp.com

Prototype Hero - Sven Thole : https://sventhole.itch.io/prototype-hero

Yarn Spinner - Tech Lab : https://yarnspinner.dev