Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
HYPER.Kao's avatar
HYPER.Kao
Explorer
2 years ago

one issue in sdk for unsupported platform

hi:

possiblely a little issue when using sdk in Linux-server build here
"com.meta.xr.sdk.core": "68.0.3", OVRPlugin.cs line:5386

public static bool GetActionStatePose(string actionName, out Posef result)
{
#if OVRPLUGIN_UNSUPPORTED_PLATFORM
pose = default(Posef); // Undeclared pose, should be result
return false;
#else

 

 

3 Replies

Replies have been turned off for this discussion