Skip to content

jd-boiv-in/Unity.Attributes

 
 

Repository files navigation

Unity.Attributes

A collection of attributes for Unity Editor

Installation

Add the dependency to your manifest.json

{
  "dependencies": {
    "jd.boiv.in.attributes": "https://github.com/starburst997/Unity.Attributes.git"
  }
}

Usage

Add the attributes to your variables.

[Line]
public float Number = 1.0f;

Attributes

  • Line: Just a simple horizontal line

TODO

  • Add more examples
  • Better readme

About

A collection of attributes for Unity Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%