Skip to content

GuyQuad/ChestOfPropertyDrawers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of open-source Unity3D property drawers

http://blogs.unity3d.com/2012/09/07/property-drawers-in-unity-4/ http://docs.unity3d.com/Documentation/ScriptReference/PropertyDrawer.html

Property drawers are a new feature in Unity 4 to help you make custom inspectors without writing editor code. By just adding attributes to your behaviour's fields, you can turn the left image into the right:

Drawers before and after

Each directory contains one drawer, and some documentation.

##Installation

Download the zip from the ZIP button above, expand into your Assets directory.

##More Drawers

Got an idea for a drawer? No time? Suggest it in the issues page! https://github.com/tenpn/ChestOfPropertyDrawers/issues

###Pull Requests

Pull requests more than welcome, but new drawers must be grainular enough to be of use to multiple projects.

New pull requests should be in this format:

AttributeName
 |- Editor
     |- PropertyDrawer.cs
 |- Attribute.cs
 |- ExampleUsage.cs
 |- readme.md

If you can embed pictures in your readmes, all the better.

##Other Stuff

Partially-inspired by this Japanese(?) repro: https://github.com/anchan828/property-drawer-collection

For licensing, see license file

About

A collection of small reusable Unity3D property drawers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%