Advertisement

IOS设置闪屏Splash Image 打包 闪现了unity logo

阅读量:

IOS打包,设置闪屏Splash Image 打包,结果还是闪现了unity logo,才弹出了设置的图片。打了测试包,同样的设置,测试没有出现闪现unitylogo的情况。

查了官方API:https://docs.unity3d.com/Manual/class-PlayerSettingsiOS.html

| - None| The behavior is as if only launch images are used.
只有当启动图片使用这种行为 |

- Default A launch screen that is very much like a launch image. One image is selected for portrait and landscape. The selection order: iPhone 6+ launch images, shared mobile launch image, default unity launch image for iPhone 6+. The images are displayed using aspect-fill mode.
- Image with background, constant size Same as relative size option except that the size of the image is defined by user-specified number of points.
- Custom Xib An user-specified XIB file from any location.

解决方法:

将LaunchScreenType设置为None。

全部评论 (0)

还没有任何评论哟~