I have unity 5 and when i import Unity Integration pacakge file and run the camera i get following error message.
"Assets/OVR/Scripts/Util/OVRMainMenu.cs(244,43): error CS0117: `UnityEngine.RenderMode' does not contain a definition for `WorldSpace'
I found the soltion on the forums that we have to change the .world into .worldSpace.But when i goes to mono developement and open OVRMainMenu.cs there is already .worldSpace so why i am getting this error.
I have latest Oclus Mobile SDK which is uploaded on 31st March 2015.
As i says in ealier post that when i open this main script and see those lines the word "WorldSpace" is already there.So i am confused why it is giving me error if that word "WorldSpace is already there.Please check attahed links for images.