Megasteakman / MegaMocapVR

A SteamVR powered mocap solution for Unreal Engine
GNU General Public License v3.0
373 stars 63 forks source link

Getting Lots of Compile Errors #42

Closed michaeljyang closed 1 year ago

michaeljyang commented 1 year ago

Hi,

When I tried to run the project I got lots of compile errors. Do you know what I'm doing wrong?

image image

Megasteakman commented 1 year ago

Thanks for the screenshots, that helps a ton!

The Ultraleap errors are because the Ultra Leap plugin is not installed in your project. If you are not using a leap motion for hand data, this can be ignored. You can delete any nodes that cause compiler errors if you want to avoid seeing this pop-up.

The Metahuman errors are because there are no metahumans in the project. You can delete those animbps to avoid seeing the error again (basically its looking for the Metahuman skeletons, and can't find any because there aren't any in the project.)

michaeljyang commented 1 year ago

Thanks!