Forum Discussion

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

OVRProjectSetupRenderingTasks incompatible with Unity Beta versions

I don't know where to post this but the script OVRProjectSetupRenderingTasks has this: Application.unityVersion.Split(‘.’, ‘f’) But Unity beta has a "b", not an "f", so it breaks the editor when usi...