pacas00 / ModdersGearbox

A Fortresscraft Evolved Modding Library.
MIT License
1 stars 0 forks source link

Unity DOES support larger textures, but they must be loaded in smaller chunks. #17

Open pacas00 opened 5 years ago

pacas00 commented 5 years ago

Unity supports 16k textures at runtime, but cannot load them.

Need to create a system to save a checksum'd collection of 4k sheet parts to disk and load said collection.