Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.28 KB

BRANCHES.md

File metadata and controls

33 lines (23 loc) · 1.28 KB

Branches and their Meaning

PRODUCTION

The main branch of the project.

What is pushed to this branch (As of the creation of this document and the other branches) will be production-ready only.
Meaning the code has been tested and assured as functional beforehand.

Current status of main: Unstable (Builds can be completed)

TESTING (Default branch for now)

The experimental branch, as the name implies.

What will be pushed to this (As of the creation of this document and the other branches) is fully experimental and in testing.
Meaning it will ALWAYS be 'cutting edge' and NEVER 'production-ready'.
Use it at your own risk.

Current status of Testing: Extremely Unstable (Builds can be completed)

UPDATE

A branch for updating the project to future Unity versions

I like to keep my project up to date, however sometimes Unity launches some updates that just break everything.
So instead of pushing all the broken code to 'main' or 'Testing' it will be pushed here until ready to ensure a successful update.
Meaning this branch is not fully 'cutting edge' but not fully 'production-ready' either.
Use it at your own risk.

Current status of Update: Updated to Unity 6 LTS Successfuly.