Skip to content

com.utilities.extensions 1.3.8#37

Merged
StephenHodgson merged 5 commits intomainfrom
development
Nov 18, 2025
Merged

com.utilities.extensions 1.3.8#37
StephenHodgson merged 5 commits intomainfrom
development

Conversation

@StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Nov 12, 2025

  • added additional inspector attributes
    • ReadonlyAttribute: to make a serialized field read-only in the inspector
    • RenderScriptableObjectAttribute: to make a scriptable object serialized field render its child properties in a foldout
  • Renamed Editor.Extensions.ObjectExtensions -> Editor.Extensions.UnityObjectExtensions to match runtime counterpart
  • added Extensions.UnityObjectExtensions.TryFindObjectFromInstanceId to get an object by id if its instance is valid

- added additional inspector attributes
  - ReadonlyAttribute: to make a serialized field readonly in the inspector
  - RenderScriptableObjectAttribute: to make a scriptable object serialized field render its child properties in a foldout
- Renamed Editor.Extensions.ObjectExtensions -> Editor.Extensions.UnityObjectExtensions to match runtime coutnerpart
- added Extensions.UnityObjectExtensions.TryFindObjectFromInstanceId to get an object by id if its instance is valid
@StephenHodgson StephenHodgson marked this pull request as ready for review November 17, 2025 15:01
@StephenHodgson StephenHodgson merged commit af5822b into main Nov 18, 2025
40 checks passed
@StephenHodgson StephenHodgson deleted the development branch November 18, 2025 13:12
github-actions bot pushed a commit that referenced this pull request Nov 18, 2025
- added additional inspector attributes
  - `ReadonlyAttribute`: to make a serialized field read-only in the inspector
  - `RenderScriptableObjectAttribute`: to make a scriptable object serialized field render its child properties in a foldout
- Renamed `Editor.Extensions.ObjectExtensions` -> `Editor.Extensions.UnityObjectExtensions` to match runtime counterpart
- added `Extensions.UnityObjectExtensions.TryFindObjectFromInstanceId` to get an object by id if its instance is valid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant