Skip to content

XJINE/Unity_DisableInInspectorAttribute

Repository files navigation

Unity_DisableInInspectorAttribute

Add [DisableInInspector] attribute to make uneditable field.

Import to Your Project

You can import this asset from UnityPackage.

How to Use

Set [DisableInInspector] attribute on your field.

Limitation

[DisableInInspector] is ignored when any other GUI attribute is set after it.

[DisableInInspector] can not limits array or list size changing.

About

Add [DisableInInspector] attribute to make uneditable field.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages