Odd scriptable object inspector behaviour

So ive been learning about scriptableobjects, working on a inventory system for some sort of survival/rpg type game. So far so good except for this one kink i cant seem to figure out. Anyone have any idea on how to fix this?

Unity version 2021.1.0f1 personal
//ps not sure if this is the right thread but need to start somewhere

Try updating to a more recent version. It’s a bug that was fixed recently (it was fixed in 2020 LTS at least).

1 Like

sure doesn’t look like your fault. this happens when an unhandled error propagates through IMGUI inspector render, disrupting the layout. since this is a factory inspector, it’s on the Unity side.

1 Like