Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算使用gideros 引擎制作一个游戏,看起来我需要大约 20 个精灵表(2048 х 2048)每个。
你认为,普通的 iPhone/Android 能够处理它吗?
谢谢。
部分答案:
快速数学:(请注意,Android 中高质量的位图每个像素需要 4 个字节)
2048 * 2048 * 20 * 4 = 335,54,320 字节 = 327mb!
所以,答案是:这真的取决于这个引擎如何使用这些精灵: