Publisher | kurohuku |
---|---|
File size | 182.91kB |
Number of files | 52 |
Latest version | 1.0.1 |
Latest release date | 2024-04-24 05:34:33 |
First release date | 2024-04-19 05:37:11 |
Supported Unity versions | 2018.4.2 or higher |
❓ What is SteamVR overlay application?
SteamVR (OpenVR) overlay application runs separate from general games. That is usuful for tools and utilities for game agnostic features. e.g. TurnSignal, Virtual Desktop, OVR Toolkit, XS Overlay, and OVR Locomotion Effect that this UI library sprung from.
💡 What is OVRLE UI?
OVRLE UI is an asset to construct a dashboard overlay. You can use this assset as an overlay application template out of the box, or use as UI part for existing overlay application.
Read the getting started to look more details.
https://ui.ovrle.net/en/docs/getting-started
🔧 Unity UI (uGUI) Compatible
This asset UI components are made by uGUI components. All UIs put in uGUI canvas so you can add other uGUI elements to the dashboard like Text, Image, etc.
You can construct an overlay application by drag and drop prefabs, then attach your functions to event handlers like OnChange() or OnClick() as other uGUI elements.
All C# source codes are included so you can customize the features.
💎 UI components
This asset includes the below basic UI components.
- Dashboard
- Sidebar
- Page
- Button
- Toggle
- Slider
- Dropdown
- Toggle Group
- Description
📄 Document
Here is asset documentation page.