Topic: Fighting game based on real-time motion capture
Hello,
We are a start-up company focus on fitness games, and we try to make a fighting game based on real-time motion capture.
What we currently have
1. Use the camera to capture the movement in real time and transmit the rotation of the joint to Unity to display the human movement.
2. Base on pose recognition. As picture shows. After making the shock wave pose, the program recognizes and sends a message to Unity. Unity gives some effects and starts to accumulate power. After player push out with both hands, and launch a shock wave in Unity.
Now we want to make the game on UFE. Our current thinking is
1. Use 2D Fighter scene and 3D characters
2. Modify the source code, use motion capture data to drive the character
3. The player punches or kicks, which is the normal attack of the character, and the blow is judged by the box
4. Using pose recognition, the game character starts to accumulate energy, and uses some preset actions when making moves
I want to ask a few questions
1. Is the above idea possible?
2. The second step, using motion capture data to drive the character, how to do this, could you please give some tips.
Many thanks!