Unity iPhone 1.0.2已经上市!

Unity iPhone 1.0.2已经上市!

Unity iPhone 1.0.2 is out now, so grab it!

Unity iPhone 1.0.2现在已经发布,请抢购

As I’ve mentioned before the key aspects of this release were to reduce memory consumption and make your games more stable. Let’s go over the most important things you will find in 1.0.2:

正如我所提到的此版本的关键方面是减少内存消耗,让你的游戏更加稳定。 让我们回顾一下1.0.2中最重要的内容:

  • We have halved memory usage for textures! Textures are not longer kept in the memory after being submitted to OpenGL ES. However you will not be able to read or modify texture data from scripts unless the “Enable Get/SetPixels” flag is enabled in the texture import settings. Note: In order to take advantage of this feature for projects created with older Unity iPhone versions make sure to reimport all assets.

    我们将纹理的内存使用量减少了一半! 纹理在提交给OpenGL ES之后不再保存在内存中。 但是,除非在纹理导入设置中启用了“ Enable Get / SetPixels ”标志,否则您将无法从脚本读取或修改纹理数据。 注意 :为了在使用旧版Unity iPhone版本创建的项目中使用此功能,请确保重新导入所有资产。

  • Memory usage for uncompressed audio is half of what it used to be.

    未压缩音频的内存使用量是以前的一半。
  • Audio respects “mute” button and iPod music playing in the background.

    音频采用“静音”按钮,并且在后台播放iPod音乐。
  • Audio continues to play after iPhone receives or rejects a call, text message or alarm.

    iPhone接收或拒绝呼叫,短信或警报后,音频将继续播放。
  • Unity now has much more tidier memory management when it comes to loading new scenes and assets.

    现在,在加载新场景和资产时,Unity具有更加整齐的内存管理。
  • You can chose from 5 new landscape and portrait splash-screens.

    您可以从5个新的横向和纵向初始屏幕中进行选择。
  • We have fixed issues preventing correct usage of .NET sockets and occasional GUI components being stripped away.

    我们已修复了一些问题,这些问题导致无法正确使用.NET套接字以及偶尔删除GUI组件。
  • And on top of that final binary size became smaller!

    而且最终二进制文件的大小变小了!

You can find more details and download here: What’s new in Unity iPhone 1.0.2

您可以在此处找到更多详细信息并下载: Unity iPhone 1.0.2的新增功能

While 1.0.2 keeps you entertained, we’re back working on Unity iPhone 1.1.

虽然1.0.2可以让您满意,但我们仍在使用Unity iPhone 1.1进行工作

翻译自: https://blogs.unity3d.com/2009/04/28/unity-iphone-102-is-out-there/