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.
- Host: GitHub
- URL: https://github.com/kidagine/chronos-unity2dboilerplate
- Owner: kidagine
- Created: 2020-11-19T21:08:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T22:19:39.000Z (about 5 years ago)
- Last Synced: 2025-03-25T18:21:31.311Z (about 1 year ago)
- Topics: boilerplate, csharp, gamedev, unity, unity2d
- Language: C#
- Homepage:
- Size: 27 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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