mpreble / UnityFBXImporter

150 stars 54 forks source link

Convert Binary to ASCII #1

Open f15gdsy opened 9 years ago

f15gdsy commented 9 years ago

Hi, is it possible to use "string asciiString = Encoding.ASCII.GetString(binaryData);" to support binary as well?

mpreble commented 9 years ago

Not as it is, no. The thing is that this system reads the fbx data and interprets it as the human readible ascii. Binary is not quite human readible (least not to me). I have been meaning to try to rewrite it to work with binary fbx files though, but that'll require me to play with the fbx sdk which I've not had time for yet.

On Sun, Jan 4, 2015 at 9:42 PM, Yifeng notifications@github.com wrote:

Hi, is it possible to use "string asciiString = Encoding.ASCII.GetString(binaryData);" to support binary as well?

— Reply to this email directly or view it on GitHub https://github.com/mpreble/UnityFBXImporter/issues/1.