UnityObjectTable icon indicating copy to clipboard operation
UnityObjectTable copied to clipboard

Supports expanded class instances.

Open felipeggrod opened this issue 1 year ago • 0 comments

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 {...}

felipeggrod avatar Feb 13 '24 23:02 felipeggrod