位置: 编程技术 - 正文
推荐整理分享Unity3D 错误nativeVideoFrameCallback的解决方法(unity系统错误),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:unity游戏错误,游戏unity错误,unity常见报错,unity系统错误,unity出现错误,unity错误cs0234,unityuv错误,unity报错怎么解决,内容如对您有帮助,希望把文章链接给更多的朋友!
欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d培训、学习第一品牌。
Unity3D在打包安卓应用的时候,一打开游戏就闪退,接入LogCat之后发现有如下的Log:
- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeVideoFrameCallback:VILII- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSoftInputClosed:V- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSetTouchDeltaY:VF- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSetInputString:VL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSetInputCanceled:VZ- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSetExtras:VL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSetDefaultDisplay:VI- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeResume:V- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeResize:VIIII- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeRequestedAA:I- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeRequestedbitDisplayBuffer:Z- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeRender:Z- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeRecreateGfxState:VL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativePause:Z- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeKeysPressed:VL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeInjectEvent:ZL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeInitWWW:VL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeFocusChanged:VZ- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeFile:VL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeDone:V- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeActivityIndicatorStyle:I- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.initJni:VL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.UnitySendMessage:VLLL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSetLocationStatus:VI- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeSetLocation:VFFFFDF- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeForwardEventsToDalvik:VZ- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/UnityPlayer;.nativeDeviceOrientation:VI- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lorg/fmod/FMODAudioDevice;.fmodUnblockStreaming:I- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lorg/fmod/FMODAudioDevice;.fmodProcess:IL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lorg/fmod/FMODAudioDevice;.fmodInitJni:I- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lorg/fmod/FMODAudioDevice;.fmodGetInfo:II- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lorg/fmod/FMODAudioDevice;.fmodBlockStreaming:I- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lorg/fmod/FMODAudioDevice;.fmodProcessMicData:ILI- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/ReflectionHelper;.nativeProxyInvoke:LILL- ::.: DEBUG/dalvikvm(): Unregistering JNI method Lcom/unity3d/player/ReflectionHelper;.nativeProxyFinalize:VI- ::.: INFO/Process(): Sending signal. PID: SIG: 9
- ::.: INFO/ActivityManager(): Process xxxxxxxxx (pid ) has died.
出错原因:
unity PlayerSetting设置的屏幕方向和Manifest里面设置的屏幕方向不一致。
解决方法:
将PlayerSetting屏幕方向和Manifest里的屏幕设置方向设置相同。
更多精彩请点击
Unity3D脚本(MonoBehaviour)生命周期分析 欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d
Unity3D 移动MM failed to find resource file{mmiap.xml}解 欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d
Unity3d TweenPosition.Begin()的使用浅析 欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d
标签: unity系统错误
本文链接地址:https://www.jiuchutong.com/biancheng/372941.html 转载请保留说明!上一篇:Unity3d脚本执行顺序详解(unity3d脚本执行顺序)
友情链接: 武汉网站建设