apk파일로 빌드를 실행하고, 안드로이드(갤럭시5)에 apk파일을 넣은 뒤 설치를 했습니다.
그런데요.. 핸드폰에 아무화면도 뜨지 않습니다. apk파일 설치완료하면 왼쪽하단에 뷰포리아가 뜨고 카메라가 등장해야하는데(일주일전에는 됐었는데 갑자기 안됩니다)
검은화면만 나오더라구요. 그래서 큐브하나 띄우고 다시 설치해봤더니 큐브만 나와요.
뭐가 문제인지 모르겠어요. 도움이 필요해요.
apk파일을 만들고 나면 노란 느낌표 경고가 아래와 같이 발생합니다.(유니티버전은 2017.1.1.f1. 뷰포리아 버전은 6-2-10.unitypackage입니다)
Assets/Vuforia/Scripts/Utilities/VRIntegrationHelper.cs(99,29): warning CS0618: `UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)' is obsolete: `SetStereoProjectionMatrices is deprecated. Use SetStereoProjectionMatrix(StereoscopicEye eye) instead.
Assets/Vuforia/Scripts/Utilities/VRIntegrationHelper.cs(100,30): warning CS0618: `UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)' is obsolete: `SetStereoProjectionMatrices is deprecated. Use SetStereoProjectionMatrix(StereoscopicEye eye) instead.'
Assets/Vuforia/Scripts/TurnOffWordBehaviour.cs(29,38): warning CS0618: `UnityEngine.Transform.FindChild(string)' is obsolete: `FindChild has been deprecated. Use Find instead (UnityUpgradable) -> Find([mscorlib] System.String)'
Assets/Vuforia/Scripts/Utilities/VRIntegrationHelper.cs(99,29): warning CS0618: `UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)' is obsolete: `SetStereoProjectionMatrices is deprecated. Use SetStereoProjectionMatrix(StereoscopicEye eye) instead.'
Assets/Vuforia/Scripts/Utilities/VRIntegrationHelper.cs(100,30): warning CS0618: `UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)' is obsolete: `SetStereoProjectionMatrices is deprecated. Use SetStereoProjectionMatrix(StereoscopicEye eye) instead.'
Assets/Vuforia/Editor/Scripts/ExtensionImport.cs(143,41): warning CS0618: `UnityEditor.EditorUserBuildSettings.wsaSDK' is obsolete: `EditorUserBuildSettings.wsaSDK is obsolete and has no effect. It will be removed in a subsequent Unity release.'
OnLevelWasLoaded was found on VuforiaAbstractBehaviour
This message has been deprecated and will be removed in a later version of Unity.
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
OnLevelWasLoaded was found on VuforiaBehaviour
This message has been deprecated and will be removed in a later version of Unity.
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
해당 워닝은 유니티와 뷰포리아 상의 버전 차이 문제인것같습니다만 해당 문제 떄문에 카메라가 동작안한다고 확신할수없습니다.
혹시 프로젝트 폴더를( temp, library 제외 ) 압축해서 사이트에 올려주시면 제가 한번 살펴보겠습니다.