I’m specifically wondering about the fields that show up in the inspector when they are marked as public or serializable.
I know that primitive datatypes are supported for entering directly, enums and flags are supported with a dropdown, Lists and Arrays are supported for (quite terrible) editing, Unity components are supported for drag and drop edit-time linking and serializable classes that consist of these items are supported, showing as a collection of its contents.
I’m mostly curious if there’s a FAQ list of these datatypes floating around, but if you have any additions to the supported datatypes in general, do share.