-
Notifications
You must be signed in to change notification settings - Fork 0
A. Getting Started
Toto Christensen edited this page Nov 12, 2024
·
7 revisions
- Download the package from the GitHub repository packages folder.
Note: This will be updated to use a Unity Asset Store link in the future.
- Open Unity, and import the package (
Assets>Import Package>Custom Package). - Select the downloaded package file to add it to your project.
After importing, you can start applying attributes to your fields or methods in your scripts:
[MethodButton]
public void MyMethod() { /* ... */ }
[Required]
public GameObject MyObject;