google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 400 forks source link

hand_oem animation is broken #585

Open andorfermichael opened 5 years ago

andorfermichael commented 5 years ago

SPECIFIC ISSUE ENCOUNTERED

Since the last update (1.9) I note that the hand_oem is somehow broken. This also happens with in a fresh unity project with a fresh import of arcore-unity-sdk.

The hand is somehow displayed twice. The hand is shown as a static image in white and as an animation inside that static white image.

Screenshot_20190607-100728

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Create a new Unity project
  2. Import arcore-unity-sdk-v1.9.0.unitypackage
  3. Activate ARCore as described here ARCore Quickstart for Android
    1. Build and Run HelloAr.unity scene

WORKAROUNDS (IF ANY)

none

ADDITIONAL COMMENTS

none

adReality commented 5 years ago

I had to deal with this recently. the workaround is to transcode the hand_oem to VP8 or any other codec that suits you.

andorfermichael commented 5 years ago

I had to deal with this recently. the workaround is to transcode the hand_oem to VP8 or any other codec that suits you.

@adReality Thanks, that works like a charm.