OSVR / OSVR-Unity

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

OSVR-Unity Android app crashes when multithreaded rendering is enabled #247

Open DuFF14 opened 6 years ago

DuFF14 commented 6 years ago

Looking into it. Have to make sure the Unity context is current when calling RM functions.

DuFF14 commented 6 years ago

multithreaded rendering on android now works on this branch: https://github.com/OSVR/OSVR-Unity/pull/245 with https://github.com/OSVR/OSVR-Unity-Rendering/tree/d3d_capi_db_refactor