Vibe: Visual Inspector Builder Documentation
  • 🌶️Getting Started
    • Compatibility
    • Installation
    • Creating a Custom Inspector
  • 📗Inspector Element Reference
  • 🎓Advanced Topics
  • ❔FAQ
  • 🐞Known Issues
  • 🗒️Changelog
  • 💁Contact & Support
Powered by GitBook
On this page
  • Getting Vibe from Unity Asset Store
  • Importing the package into your Unity Project
  • Project Setup
  • You're all set!
  1. Getting Started

Installation

PreviousCompatibilityNextCreating a Custom Inspector

Last updated 6 months ago

Getting Vibe from Unity Asset Store

  1. To add Vibe to your Unity Account, open Unity Asset Store page in your browser. You can find Vibe in the Unity Asset Store .

  2. Make sure you are signed into your Unity Account and make a purchase.

  3. If you already added Vibe to your account, you'll see the text "Open in Unity" on the main button.

Importing the package into your Unity Project

  1. Open your Unity Project.

  2. After it loads, open Package Manager by going to Window > Package Manager.

  3. In the Package Manager, choose Packages > My Assets

  1. Use the search field to find the asset.

  2. Press Download to get the files.

  3. After the download finishes, press Import.

Project Setup

Upon importing, Vibe will automatically create a folder in your Assets folder called "Vibe Project Files". All your Inspector Configs will be stored there. Feel free to move it around as you like.

You're all set!

This wraps up the installation process. Vibe is ready to be used.

🌶️
here