当前位置:   article > 正文

android内嵌unity3d显示模型,Android

andriod unity加载3d模型

我新建了一个简单的unity工程,导出为简单的不可直接用的android工程。然后新建一个安卓工程,将unity导出的资源一一拷贝进去,然后在mainActivity中跳转至unityActivity,但是每次finish当前unityactivity都会crash掉,下面是我的安卓代码,求大神们帮忙看看这是为什么,感激不尽!

Manifests:<?xml  version="1.0" encoding="utf-8"?>

package="com.cain.unitytest">

android:smallScreens="true"

android:normalScreens="true"

android:largeScreens="true"

android:xlargeScreens="true"

android:anyDensity="true" />

android:name=".tool.MyApplication"

android:allowBackup="true"

android:icon="@mipmap/ic_launcher"

android:label="@string/app_name"

android:supportsRtl="true"

android:theme="@style/AppThem

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/857370
推荐阅读
相关标签
  

闽ICP备14008679号