Unreal Plugin Demo/samples

Hi

i’m trying to track down the demo/samples for the UE plugin, particularly the gesture recognition demo.
I have the plug in but it doesnt come with demo scene.

thanks

alex

i found them, is there a way to modify the custom gestures at all?
or should i just be creating my own by watching the skeleton in ue?

Hello @hortondesign
By default, Nuitrack has 6 types of gestures:
GESTURE_WAVING ,
GESTURE_SWIPE_LEFT ,
GESTURE_SWIPE_RIGHT ,
GESTURE_SWIPE_UP ,
GESTURE_SWIPE_DOWN ,
GESTURE_PUSH

What gesture would you like to add?

Hi Stepan

thanks for your message, I need to make something for casting a spell BUT the ‘push’ gesture does it perfectly.
i love the tools
I have some questions regarding running nuitrack in an installation, is there anyone I can speak to privately regarding how licensing and deployment can work?

thanks

alex

support-nuitrack@3divi.com

thankyou @Stepan.Reuk

i am getting this error when i try to run the build.
image

can you point me to the doumentation on how to install the plugin fully?

Please see the solution in the “troubleshooting” section 🔥 [UE-Store] Real-time Full Body tracking for UE5 [Nuitrack][PLUGIN] - Programming & Scripting - Epic Developer Community Forums

1 Like

thankyoy @Stepan.Reuk i followed the instructions and it made the pop-up go away but it still wont build. I followed the instructions from a year ago to modify build.cs and that didnt help either.
i am on 5.44, could this be the issue?
any help appreciated

I followed the instructions from a year ago to modify build.cs

This is not required
Perhaps this is due to the new Unreal version, but first let’s try a quick test

  1. Try to create a new project and enable the Nuitrack plugin (the plugin must be unchanged)
  2. Make a new build
  3. Copy the dll in Binaries/Win64. Make sure it looks like the screenshot
    image

@hortondesign did you manage to launch build?