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.
我正在将现有游戏从 iOS 移植到 Android,并且想知道 PNG 图像是否有大小限制?在旧 iOS 设备上,纹理图集大小不能超过 1024 x 1024 像素。Android 设备是否存在类似的限制?
谢谢。
在 android 中,您可以使用更大的 atlas,但我建议您仅使用基于 2 的尺寸;1024×1024;2048 x 2048 等。有时 Android 在使用自定义尺寸时会失败。
不,唯一的限制是正在使用的设备的 RAM。