baloofarsan said:
Some years ago there used to be a big divide between PC, Mac and Linux but I gather this divide is significantly smaller now. To port to consoles the only problem/cost is the dev kit? As MS Sony and Nintendo all are trying to reduce this cost will it be even easier to port a Unity game in the future. MS claims the retail XboxOne will soon be able to use as a dev kit! |
Ok maybe I wasn't clear enough.
I work in software, in a big software company that makes CAD software ( it's not gaming but the concepts are the same in some way, we display shining polygons with textures and so on..)
Just on the build side we have daily issues getting the same code to build on PC, Linux and Mac ( because PC compilers are a lot more lenient, linux is a lot harsher, and mac just has weird linking rules...)
Aside from that Linux and Windows still don't use the same memory representation ( little endian, big endian) so any optimization you are trying to do on bytes words will have to be OS specific....








