Skip to content

A. Getting Started

Toto Christensen edited this page Nov 12, 2024 · 7 revisions

Installation

  1. Download the package from the GitHub repository packages folder.

Note: This will be updated to use a Unity Asset Store link in the future.

  1. Open Unity, and import the package (Assets > Import Package > Custom Package).
  2. Select the downloaded package file to add it to your project.

Basic Usage

After importing, you can start applying attributes to your fields or methods in your scripts:

[MethodButton]
public void MyMethod() { /* ... */ }

[Required]
public GameObject MyObject;
Clone this wiki locally