Search Unity

Quest build, only sound no video

Discussion in 'AR/VR (XR) Discussion' started by Nukeape, Jul 29, 2019.

  1. Nukeape

    Nukeape

    Joined:
    Jul 23, 2019
    Posts:
    10
    Hi!

    I have run into a problem were my game starts with no video. I have sound though and there is no crash or error in the logcat that I can see. The only warnings I get during the building process are these:
    Script attached to 'NoAuthObjPrefab' in scene '' is missing or no valid script is attached.
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    Script attached to 'SpawningBase_PlayerPrefab' in scene '' is missing or no valid script is attached.
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    Script attached to 'GetCurrentRTTCallDoesntCrashWhenUseWebSockets_PlayerPrefab' in scene '' is missing or no valid script is attached.
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    Script attached to 'PlayerWithAuthPrefab' in scene '' is missing or no valid script is attached.
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    Script attached to 'PlayerCallbacksOrderOnTheHost_PlayerPrefab' in scene '' is missing or no valid script is attached.
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    Script attached to 'AuthObjPrefab' in scene '' is missing or no valid script is attached.
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    I'm using Unity 2019.1.9f1, VRTK 3.3.0 and the Oculus plugin from asset store.
    Have you had any similar experiences? In that case how did you solve it?