If you open a unity3d file in a text editor, you will see some general info about the file (the Magic Number) and some binary data. I would like to be able to read the width and height properties if they exist in the header. Where can I find these properties?
For context, here's the open source NodeJS code that provides that same features for images and swfs. https://github.com/EddieOne/node-imageinfo/blob/master/index.js
↧