x


How can you tell the amount of memory an imported animation is using?

Is there away to tell the amount of memory an animation is using? Unity presumably caches the imported and processed animation data somewhere.

more ▼

asked Dec 08 '09 at 05:22 PM

qhhh gravatar image

qhhh
124 8 8 13

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

After you do a build, open up your editor.log from within Unity by going to Help --> Open Editor console log.

Scroll up from the bottom a little and you should see a section that looks like this:

Textures 10.3 mb 79.1%
Meshes 7.2 kb 0.1%
Animations 3.8 kb 0.0%
Sounds 62.3 kb 0.5%
Shaders 0.9 kb 0.0%
Other Assets 30.9 kb 0.2%
Levels 64.9 kb 0.5%
Scripts 62.3 kb 0.5%
Included DLLs 2.5 mb 19.0%
File headers 23.6 kb 0.2%
Complete size 13.0 mb 100.0%

Used Assets, sorted by uncompressed size:
...
2.5 kb 0.0% Assets/Textures/Ui/hud-lifeman.png
2.3 kb 0.0% Assets/Animations/spike-typeA.mb
2.0 kb 0.0% Assets/Animations/pow-star.mb
...

more ▼

answered Dec 08 '09 at 10:47 PM

rocket5tim gravatar image

rocket5tim
859 12 17 33

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3768
x470

asked: Dec 08 '09 at 05:22 PM

Seen: 938 times

Last Updated: Dec 08 '09 at 05:22 PM