Search Unity

endians

Discussion in 'Multiplayer' started by perlohmann, Jul 10, 2009.

  1. perlohmann

    perlohmann

    Joined:
    Feb 12, 2009
    Posts:
    221
    This might actually be a Mono question, but I just wanted to know if anybody here knew the answer.

    Does Mono use the system's endian format or does it use a fixed endian format (ie. little endian/intel)

    Kinda relevant in networking since osx ppc uses big endian, afaik.

    If not, does unity handle this with the built-in networking or should you take this into account yourself?

    //perlohmann