01-22-2017, 09:01 AM
(01-21-2017, 08:44 PM)TabuuForteAkugun Wrote: Retro Studios, my game dev heroesMe also.
For example, analyse ASCII FBX format to see how it's structured. And made a custom format with XML arrangement, Unity can load them with this : http://wiki.unity3d.com/index.php?title=...Serializer . But do you want this custom format to be embedded in the Unity build ?
But if you will do a hexadecimal from scratch format, good luck.