ios - 在 Xcode 中使用 unity 5.3.4 和 IPAD 2 显示启动画面然后关闭应用程序的项目

标签 ios xcode unity-game-engine ipad-2

我的 xcode 项目是从 Unity 5.3.4 生成的,仅显示启动屏幕然后关闭应用程序,仅发生在我的 iphone 5 中的 Ipad2 中工作正常。都有 ios 9.2

Show this message after close the app

我的日志:

2016-04-25 17:42:56.385 catalogo[1656:63636] -> registered mono modules 0xda0090
-> applicationDidFinishLaunching()
-> applicationDidBecomeActive()
Renderer: PowerVR SGX 543
Vendor:   Imagination Technologies
Version:  OpenGL ES 2.0 IMGSGX543-124.1
GLES:     2
GL_OES_depth_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_vertex_array_object GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_draw_instanced GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_EXT_texture_rg GL_EXT_texture_storage GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_framebuffer_multisample GL_APPLE_rgb_422 GL_APPLE_sync GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_APPLE_texture_packed_float GL_IMG_read_format GL_IMG_texture_comp
ression_pvrtc 
OPENGL LOG: Creating OpenGL ES 2.0 graphics device
Initialize engine version: 5.3.4f1 (fdbb5133b820)

最佳答案

这可能是任何导致问题的原因,但了解这是来自 Unity 还是 iOS 的典型方法是首先更新 Unity。根据发行说明,Unity 5.4 修复了 iOS 中的许多崩溃问题。我建议你更新到 5.4.0B15 .

关于ios - 在 Xcode 中使用 unity 5.3.4 和 IPAD 2 显示启动画面然后关闭应用程序的项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36852477/

相关文章:

iphone - iOS 6 - (BOOL)shouldAutorotate 不被调用导航 Controller 推送 viewControllers

Xcode Swift : How to stop variables from changing back after each viewDidLoad, 如何保存和更新来自不同 ViewController 的数据?

ios - 错误: Undefined symbols for architecture arm64 when Embed Unity(Vuforia) in IOS project(swift)

c# - 轨迹渲染器在传送时留下轨迹

unity-game-engine - unity3d 2017.3 无法构建任何项目错误

ios - 将图像保存到核心数据?

ios - 解析实时查询处理错误

iphone - 如何将代码从旧版本的 xcode 转移到最新版本?

cocoa-touch - 是否可以在不声明 IBOutlet 属性的情况下访问 IB 对象(例如 UILabel)?

iphone - Cocos2d removeChild 不工作