Forum Discussion
blenderpedia
11 years agoHonored Guest
unity project broken after using 0.4.3 update
It takes always some time to make an update work, but the new update 0.4.3 is not working well in my unity project ( using 4.6) . After installing, all the oculus scripts seems to be missing/broken, j...
vrdaveb
11 years agoOculus Staff
I just tested with Unity 4.6.0b21 Pro. Everything works, including the new UGUI-based OVRMainMenu, after I make the following changes:
Change
to
If you want to use UGUI:
Uncomment
Change
to
Change
#if (UNITY_5 || UNITY_4_6 || (UNITY_4_5 && !(UNITY_4_5_0 || UNITY_4_5_1 || UNITY_4_5_2 || UNITY_4_5_3 || UNITY_4_5_4)))
to
#if (UNITY_4_5_5)
If you want to use UGUI:
Uncomment
#define USE_NEW_GUI
Change
RenderMode.World
to
RenderMode.WorldSpace
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 1 month ago
- 3 months ago