TylerTemp / SaintsField

A Unity Inspector extension tool focusing on script fields inspector enhancement
MIT License
148 stars 9 forks source link

whats the usings? #19

Closed JoyousSuccess closed 4 months ago

JoyousSuccess commented 4 months ago

whats the usings? namespaces? to use [Layout("GoRefs",ELayout.Foldout)] i had to add using SaintsField.Playa; ? i dont see usings in the docs... i always write it ontop on the margin on the title page docs when i print em out lol .. or youd put em by what needs what..

TylerTemp commented 4 months ago

Thanks for reporting.

normal attributes which are out-of-boxing usage, is under using SaintsField;

SaintsEditor components attributes are under using SaintsField.Playa;

This indeed is missing from the document. Will update the document (recently) on the next release. (And improve some other document descriptions)