Forum Discussion
mimsdesign
12 years agoHonored Guest
Script problems
When adding other components to unity3d which also use a color type, the following scripts should add UnityEngine. to the color Type so it can be properly accessed!
OVRCameraControllerEditor Line 49 change from
GUI.color = Color.white;
to
GUI.color = UnityEngine.Color.white;
do the same for the following files
OVRDeviceEditor - Line 47 and
OVREditorGUIUtility - Line 28 and line 30
This so that the Oculus Integration script keep working
So that the Oculus Integration scripts stahyu
OVRCameraControllerEditor Line 49 change from
GUI.color = Color.white;
to
GUI.color = UnityEngine.Color.white;
do the same for the following files
OVRDeviceEditor - Line 47 and
OVREditorGUIUtility - Line 28 and line 30
This so that the Oculus Integration script keep working
So that the Oculus Integration scripts stahyu
Replies have been turned off for this discussion
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
- 5 months ago
- 10 months ago
- 9 months ago