I have been having a really big issue with UNet, if I have oculus enabled my Instance Id == 0, but if I have VR disabled I do not get this error.
I can not join matches while in VR and that is the main thing for my project, so any help would be highly appreciated!
Also this is my custom NetworkManager_HUD script.
Oculus and Unet not working and creating multiple matches.
I can not join matches while in VR and that is the main thing for my project, so any help would be highly appreciated!
Also this is my custom NetworkManager_HUD script.
Code (CSharp):
- #if ENABLE_UNET
- namespace UnityEngine.Networking
- {
- [AddComponentMenu("Network/NetworkManagerHUD")]
- [RequireComponent(typeof(NetworkManager))]...