Forum Discussion

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

How to use "OVRMainMenu" script

Hi,
As I am not a coder, I would like to request you guys to show me a way to load multiple scenes using this "OVRMainMenu"
script.

Thnaks

2 Replies

Replies have been turned off for this discussion
  • you can load multiple scenes in unity using LoadLevel, LoadLevelAdditive, LoadLevelAdditiveAsync , or LoadLevelAsync. I don't know if there's a way to do it through the ovrmainmenu script component though. In order for those functions to work you have to add the new scene to load under the build options.