iOS游戏大小问题

问题描述:

我开发了一个iOS Universal游戏,我想知道100mb是否意味着该游戏与其他游戏相比非常大,我真的对每个超过8mb的.png图像有疑问

I developed an iOS Universal game and I want to know if 100mb means that the game is very large compared to other games, I really have a problem with those .png images which are over 8mb each

100mb是一个非常大的应用程序,但是对于高度沉浸性的图形游戏来说并不少见.由于您的应用程序容量超过20mb,因此只能通过WiFi连接或通过iTunes下载您的应用程序,因此,您需要确保额外的80mbb使您的游戏具有足够的吸引力,以吸引用户使用这些方法购买.但更具体地说,我看到了几款尺寸更大或更大的游戏(《神秘》(Myst)为534mb,《侠盗猎车手》(GTA Chinatown)为232mb,但两个游戏都有大量追随者,可以说服用户获得这些游戏.

100mb is a very large app, but it isn't unusual for a highly immersion or graphical game. Since you are over 20mb your app will only be available to be downloaded over a WiFi connection or through iTunes so you will want to make sure the extra 80mb makes your game compelling enough to get users to purchase it using these methods. But to be more specific, I have seen several games that are this large or larger (Myst is 534mb and GTA Chinatown is 232mb - but both already have big followings to help convince users to get these).

我确实发现您拥有如此大的.png图像感到奇怪.即使您无法在20mb以下获得它,减小文件的大小/资源几乎可以肯定会带来更好的用户体验(至少在性能方面没有其他优势).

I do find it strange that you would have .png images that are that large, however. Even if you can't get it under 20mb, reducing your file size/resources will almost certainly create a better user experience (at least in performance if nothing else).