Huge Texture allows you to import and use textures larger than 8192x8192px in Unity.
When importing a texture, Huge Texture splits the texture into pages and saves it as a Texture Array.
Texture Array is combined on the shader side, which does not create extra draw calls and has almost no effect on performance.
When importing a texture, Huge Texture splits the texture into pages and saves it as a Texture Array.
Texture Array is combined on the shader side, which does not create extra draw calls and has almost no effect on performance.
We released a new version of the Huge Texture asset with the ability to import RAW images up to 2GB.
Changelog:
- Added the ability to import RAW files up to 2GB (this is 26624x26624 pixels for square texture without transparency).
- Fixed minor bugs.