I’m trying to see the impact on data size for a few different approaches. When i select my script, and browse to the localToWorlds
variable it size is reported as 8 bytes. This is perhaps the size of the (reference) variable itself, but what i am really interested in is the entire size of what it points to.
When i for example search for the actual type it (eventually, through a dictionary and array) contains, it shows 6.3MB as total. Is there any way i can see this total-object-tree-size at a glance?