menu
版本
2017.2.10.6745
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
如果要在 iOS 设备上测试您的 Unity 应用程序,您需要在设备上构建和部署该应用程序。当您在 Unity Editor 中执行 Build
或者 Build
and
Run
时,Unity 会根据 Unity 脚本生成一个 Xcode 工程。
UNITY_PROJECT_ROOT/Assets/Plugins/iOS
Unity 目前还不支持 thumb 指令;因此,在 Xcode 工程中禁用了 thumb 指令。
Wwise Integration 库,libAkSoundEngine.a,通常包含所有的调试符号。因此该库是非常大的。请确保去除调试符号,方法是在(iOS)Player
Settings 的 Other Settings 部分中,指定 Stripping Level 选项。通常,集成会给游戏增加 1到 2 MB内存消耗。