UnityObjectTable icon indicating copy to clipboard operation
UnityObjectTable copied to clipboard

Unity Editor window that display all prefab or scriptable object of a given type in editable table form

Results 2 UnityObjectTable issues
Sort by recently updated
recently updated
newest added

Due to the nature of ListViews, rendering should only happen for the ones that are visible. So you only need to worry about keeping the overall mem footprint low due...

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;...