Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/occasoftware/vybe
A fast skybox for mobile platforms on Unity
https://github.com/occasoftware/vybe
shaders unity unity-3d unity-asset unity3d unity3d-plugin
Last synced: 3 months ago
JSON representation
A fast skybox for mobile platforms on Unity
- Host: GitHub
- URL: https://github.com/occasoftware/vybe
- Owner: OccaSoftware
- License: other
- Created: 2023-08-08T23:17:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T02:19:37.000Z (about 1 year ago)
- Last Synced: 2024-10-10T10:05:34.776Z (3 months ago)
- Topics: shaders, unity, unity-3d, unity-asset, unity3d, unity3d-plugin
- Language: C#
- Homepage: https://www.occasoftware.com/
- Size: 72.3 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vybe
![Discord](https://img.shields.io/discord/999031026204553316?logo=discord&label=discord)
[![GitHub Release](https://img.shields.io/github/release/occasoftware/com.occasoftware.vybe?logo=github)](https://github.com/occasoftware/com.occasoftware.vybe/releases/latest)
## 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
1. Import the asset into your project.
2. Add the Sky Settings component to your Main Directional Light.
3. 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/. No changes are made to those branches. They exist for reference only.
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.