OSVR / OSVR-Unity-Rendering

Rendering plugin for Unity
Apache License 2.0
34 stars 13 forks source link

Unity Crashes if direct_high_priority = true #7

Closed DuFF14 closed 9 years ago

DuFF14 commented 9 years ago

Looks like it fails at the CreateTexture2D call: https://github.com/OSVR/OSVR-Unity-Rendering/blob/unity5_2_update/OsvrRenderingPlugin.cpp#L504

DuFF14 commented 9 years ago

@russell-taylor fixed this with a commit to RenderManager to make it a PARTIAL rather than FAILURE to ask for high-priority rendering. Is this a temporary fix or can I close this issue?

russell-taylor commented 9 years ago

This will persist.