UPC-ViRVIG / MMVR

Repository for the SCA 2022 paper "Combining Motion Matching and Orientation Prediction to Animate Avatars for Consumer-Grade VR Devices"
https://upc-virvig.github.io/MMVR/
Other
61 stars 7 forks source link

Problem with quick start #8

Closed Timkeeper2018 closed 1 year ago

Timkeeper2018 commented 1 year ago

The problem occurs when I build using the steps shown in Quick Start. The error is shown in the figure below. After I import into FinalIK, only the head and hands move after clicking the play button, the legs are fixed, and the camera is detached from the head when I move my body. I tried to build the project under windows and build the project under the Android environment, the result is the same, what did I do wrong? The unity version is 2021-2-13f1. test test2

JLPM22 commented 1 year ago

Hello,

I reproduced the error when deleting the MMData/Data folder. It looks like this error appears when the script cannot find the databases. I understand you downloaded the processed database from here and uncompressed it in the MMData folder. Please, repeat the procedure or make sure the folders are correctly placed as follows: The MMData folder should look like this: image The MMData/Animations folder: image And the MMData/Data folder: image

It should work with the Windows build in the Unity editor with the Meta Quest connected through Link or Air Link.

If there are any other errors in the Unity Console let me know, they may help to solve the issue. Maybe it is related to the paths, but as long as MMData folder is in the root of the project (Assets/MMData/...) it should be fine.

Timkeeper2018 commented 1 year ago

I seem to have forgotten to copy some files, thank you for your answer. This is an inspiring work