Skip to content

MMARAttributes is a unity package that adds some extra editor attributes to help you create clean and interactive inspector to enhance your workflow.

License

Notifications You must be signed in to change notification settings

mmar58/Extra-Unity-Attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

MMARAttributes is a unity package that adds some extra editor attributes to help you create clean and interactive inspector to enhance your workflow.

Attributes

ShowIf

Show/Hide fields based on the provided condition

Demo Code

public bool showGameObject;
[ShowIf("showGameObject")]
public GameObject selectedGameObject;

About

MMARAttributes is a unity package that adds some extra editor attributes to help you create clean and interactive inspector to enhance your workflow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages