vybe
vybe copied to clipboard
A fast skybox for mobile platforms on Unity
Vybe
Contents
- About
- Features
- Roadmap
- Installation Instructions
- Branching
About
Vybe is a skybox targeted for mobile platforms for Unity. This skybox has been developed by https://www.occasoftware.com/.
Features
- Gradient Sky with Day and Night Color options
- Lightweight Day Night Cycle / Time of Day System
- Stars
Roadmap
- Clouds
- (Possible): Sun sprite
Installation Instructions
- Import the asset into your project.
- Add the Sky Settings component to your Main Directional Light.
- Configure the settings from script.
Branching
The default branch is main. That's where you can find the latest version of the package. For each release version, we create a new branch titled release/
During development, we merge PRs directly on the main branch (or maintenance branch, if applicable). The main branch and any release branches should always be shippable: the code compiles and features are complete.