Forum Discussion
HYPER.Kao
2 years agoExplorer
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
- RubensRainelliExplorer
I suggest you to PR on GitHub, this isn't the right place where to point to these issues.
- HYPER.KaoExplorer
I am not sure I can do PR to sdk's github, as https://assetstore.unity.com/packages/tools/integration/meta-xr-all-in-one-sdk-269657 only lead me here.
- HYPER.KaoExplorer
I am not sure I can do PR to sdk's github, as https://assetstore.unity.com/packages/tools/integration/meta-xr-all-in-one-sdk-269657 only lead me here.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 5 years ago
- 11 months ago
- 2 years ago