Scheduled Maintenance
9th of July 2025 at 10:00 AM, we'll be taking the site down for scheduled maintenance.

Enable GUIAttribute

Enables the GUI of properties that otherwise would be disabled.

[ShowInInspector] public int GUIDisabledProperty { get { return 10; } } [ShowInInspector, EnableGUI] public int GUIEnabledProperty { get { return 10; } }