Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
mimsdesign's avatar
mimsdesign
Honored Guest
12 years ago

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
Replies have been turned off for this discussion