Okay so far I have almost all the issues worked out with what I needed done to get Oculus working over MP, however I can only do LAN right now because I can no see the Network Manager HUD while the Oculus is on.
Anyone know a solution or will I have to make my own GUI scene? If so how would I go about that?
@wwm0nkey If you read the documentation on Network Manager HUD, you will find the following “This is provided as an aid to development and testing, and not intended to be included in shipped games.”
VR currently has a bug with some GUI draw calls in which the images show up incorrectly. This is probably the case for the Network Manager HUD as well. However, you should implement your own GUI for your final product as the documentation suggests.
In order to setup you own UI, read through the Manual here.
This is a known issue and is included in the Unity 5.1 VR Getting Started forum thread.
“UI: Screen Space - Overlay not supported. Recommended to use Screen Space - Camera or World Space. “Scale With Screen Size” is recommended so UI looks the same on Gear VR.”
Try switching to Camera or World Space for the UI Canvas.
Thank you, that worked! Now I just need to make the menu have the ability to be navigational by arrow keys and ect and I’m done! Though I think I can do that by myself lol