OSVR / OSVR-Unity

Package for authoring OSVR experiences with Unity.
Apache License 2.0
98 stars 38 forks source link

More future-proof RenderManager compatibility check #236

Closed JeroMiya closed 6 years ago

JeroMiya commented 6 years ago

Previously we white-listed unity versions that could run RenderManager, but this breaks with every new Unity version. The reversed condition doesn't work for unity versions older than 4.6 (I don't believe we support them anyway) but won't break with every new version.