Commit graph

3 commits

Author SHA1 Message Date
Anders Ejlersen 6e3bd4df70 1.11.2: Fixed issue, where ReadableScriptableObject would block input to later drawn fields, due to Repaint having reverse drawing order (fixed for 6.3.0 or newer) 2025-12-28 21:28:04 +01:00
Anders Ejlersen 61c7356b3a 1.8.2: Fixed a couple of more issues with certain using EditorGUI.PropertyField, and removed label element from SerializeReferenceTo when used in an array 2023-04-23 17:38:47 +02:00
Anders Ejlersen ee7326c33a 1.4.0: Added ReadableScriptableObjectAttribute and fixed an GUI.enable isssue
* Attribute: Added ReadableScriptableObjectAttribute to allow for inline editing of ScriptableObjects in the inspector
* Attribute: Fixed issue, where root drawer wouldn't use existing value of GUI.enabled, when setting GUI.enabled state with new access value
2021-12-19 13:45:23 +01:00