is the next version of Impact going to incorporate this feature? It helps when all sprites can be auto-packed into one. Performance wise, it means calling only 1 sheet instead of N in each entity that we create. Maybe someone can provide some quantitative insight into this.
1 decade ago
by dominic
The only benefit of that would be a somewhat faster loading time, because of fewer HTTP requests. I don't think it will draw any faster.
On mobile devices, we've found the opposite. We've had people trying to make massive sprite sheets, and the device has been running out of memory trying to handle it all.
stratman >
presumably you are talking about files coming from local filesystem? over the air each additional http req. has a big delay cos of latency, one big file is far more efficient.
maybe theres a balance vs. having one huge contiguous memory chunk esp if the sprites are being scaled, but most game engines use a sprite atlas for packing efficiency if nothing else. certainly for OTA games i would like to add this to impact, perhaps reading a json format from TexturePacker or other similar tools.
Page 1 of 1
« first
« previous
next ›
last »