UnityObjectTable
UnityObjectTable copied to clipboard
Supports expanded class instances.
When we expanded a class like Equipment, that editor didnt update the row height. Now it does.
public class MyItemClass { public string name; public bool hasDurability; public Equipment equipment; } public class Equipment {...}