Vybe
Vybe is a lightweight skybox shader optimized for mobile devices, featuring a gradient sky system with customizable day and night colors. It includes a built-in day-night cycle system and starfield, allowing developers to quickly implement dynamic sky environments without performance overhead.
com.occasoftware.vybe 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/vybe.git README Markdown
Copy this to your project's README.md
## Installation
Add **Vybe** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/vybe.git
```
[](https://www.pkglnk.dev/pkg/vybe)Dependencies (1)
README
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.
No comments yet. Be the first!