Jump to content

synok

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello and thanks for your response. This is tested with the previous 0.9.1 SDK. I will try get into 0.9.2 and see what happens.
  2. Hello! I am new to the forum, and wanted to implement hand tracking in my Unreal Engine 4 experiments. I followed the setup and usage guide on the wiki, but had to do a slight change in order to get hand tracking to compile correctly. And that is simply to change the target in "HandApart.Target.cs" and "HandApartEditor.Target.cs" to V1. Anyways, it compiled correctly and I started UE4. So the hand tracking map was not available. All sample resources had to be copied over to my project since UE cant simply import .uasset files. That is fine. I fired up the sample map after that and tracking works! Great, but I cant seem to build lighting in the sample scene (Swarm agent didnt seem to start and I could not find UnrealLightmass in the code). So I decided to make a new map where I could successfully build lighting in my scene and just add the hand tracking functionalty to it. So at the documentation it says "If you want to use plugin in your existing or new level, just drag HandTrackingProvider actor into the map editor. Remember to replace Editor startup map with your own map". So I added the "HandTrackingProvider" from the copied samples, but it didnt seem to work. So I added "Rigged Hand" to the scene as well, just as in the sample, and this triggered a crash in Unreal. I tried different ways but everytime I add the rigged hands, Unreal Engine seems to crash. Not sure what I am doing wrong here. Thanks for any help.
×
×
  • Create New...