Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Just wondering if theres a way to edit the maximum texture size when exporting...
Its set to 2048 by default, is there a way to cap it to 1024?
Thanks!
Why would you need to do that? I've never seen a device with a maximum texture size less than 2048, so it should work everywhere.
Its just that, i noticed my game crashes or doesnt run on the ios because of this large sheet,...like i rather have 2x 1024 than trying to load a giant 2048 if thats possible?
I even tried using TinyPng to significantly compress the 2048 file size down by 80% so its lighter, but its still not running unfortunately..
Develop games in your browser. Powerful, performant & highly capable.
Images are decompressed in memory so the file size has no impact on memory use.
The spritesheeter engine will already use 1024x1024 textures if the given images can fit on that. You are probably just using too many images. See Remember not to waste your memory