yasirkula / UnityRuntimeInspector

Runtime Inspector and Hierarchy solution for Unity for debugging and runtime editing purposes
MIT License
1.68k stars 135 forks source link

Scriptable Object Support #30

Closed fisher-bai closed 3 years ago

fisher-bai commented 3 years ago

This asset is really phenomenal. I have a use case where I'd like to be able to edit a Scriptable Object at Runtime. At first glance it didn't look like this was supported, but perhaps I'm missing something? If it's not supported do you have any plans on adding support for Scriptable Objects?

yasirkula commented 3 years ago

You can inspect any object that derives from a class via runtimeInspector.Inspect function.

fisher-bai commented 3 years ago

@yasirkula Wow! That was unbelievably easy. Closing this as resolved.