Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Laughing_Gremlin's avatar
7 years ago

Oculus Integration and NetworkManager

I'm trying to use the Oculus platform tools in my app but I can not access it. In fact 'Oculus Avatars" and 'Oculus Platform' are not in the menu. So I tried a little experiment. 

I made a blank project with just the Oculus Integration, and EasyInput; Oculus Avatars" and 'Oculus Platform' were both in the menu

I made a blank project with just the Oculus Integration, and the Network Lobby; I no longer had Oculus Avatars" and 'Oculus Platform' in the menu


I ran other projects with NetworkManager (and no Lobby) and 'Oculus Avatars" and 'Oculus Platform' are never in the menu.

Is there something I am doing wrong, or does Oculus Integration have problems working with the NetworkManager?

7 Replies

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous
    There appears to be a big prob with Oculus Integration 1.32.0 at present. I just upgraded, and have errors stopping me from using the editor completely.

    The "Oculus Avatars" and "Oculus Platform" also gone from menu. The first error is that `OVRNetwork' cant be found, and the other errors "`OVRSystemPerfMetrics" "OVRManager" same.

    Assets/OVR/Editor/OVRSystemProfilerPanel.cs(44,2): error CS0246: The type or namespace name `OVRNetwork' could not be found. Are you missing an assembly reference?

    There has also been an issue when the folder and file paths were changed for Integration, but the guidance for the correct files to delete is still nowhere to be found...months after requested:(

    I cant do anything until this version Integration is fixed/patched, or we get some instruction on how to repair. v frustrating








  • How do you check what version of Oculus Integration you have? My main program has not been upgraded (I'm having problem upgrading). My Oculus Utilities plugin is at version 1.29 and I had no 'Oculus Avatars" and 'Oculus Platform' in the menu. That project does use Network manager and Network Lobby.

    I tried an older project with no Network capabilities and 'Oculus Avatars" and 'Oculus Platform' were both in the menu. That older project was only using Oculus Integration 1.28. 

    I am going to test for this problem in older versions of Oculus Integration and see how far back this problem exist.
  • Anonymous's avatar
    Anonymous
    As you can only view the current Integration version page its hard to say for sure! The current version (that failed for me) is 1.32, the Utilities and Platform versions are also 1.32.

    I had backed up, so was able to restore, was looking forward to some new features in this one;(

    For info my good configuration, and I suspect Integration version 1.27.
    Unity v2017.3.0f2, Oculus Utilities v1.27.0, OVRPlugin v1.27.0, SDK v1.33.0.
    UnityEngine.Debug:Log(Object)

    The error seems be triggered in one of the new 1.32 scripts(and possibly in previous).
    As i have reverted, cant view again the oculus script that is causing problem, or remember the name.
    When the menu items  'Oculus Avatars" and 'Oculus Platform' are being generated an Oculus Network call is made, and fails meaning no menus appear and all Oculus scripts say "nothing"

    I don't have Network manager and Network Lobby in my app.




  • I am also seeing this issues with Oculus Integration and lobby code - Hope we see some response soon.
  • ruud3DV's avatar
    ruud3DV
    Start Partner
    Same three errors here when upgrading to Oculus Integration 1.35 from the Oculus Asset Store, following these instructions: https://developer.oculus.com/documentation/unity/latest/concepts/unity-import/ on Unity 2019.1.0f2 on Win10x64

    Assets\OVR\Editor\OVRLayerAttributeEditor.cs(25,30): error CS0246: The type or namespace name 'OVRLayerAttribute' could not be found (are you missing a using directive or an assembly reference?)

    Assets\OVR\Editor\OVRSystemProfilerPanel.cs(38,2): error CS0246: The type or namespace name 'OVRNetwork' could not be found (are you missing a using directive or an assembly reference?)

    Assets\OVR\Editor\OVRSystemProfilerPanel.cs(46,7): error CS0246: The type or namespace name 'OVRSystemPerfMetrics' could not be found (are you missing a using directive or an assembly reference?)

    How to fix this? With these errors it's completely unusable...