I'm creating a therapy game (with unity) where I am mimicking upper body exercises with leap motion.
I want to be able to extract the data that is read from the leap motion and export it into an excel file so it can be turned into a easily readable graphic for therapists and trainers to asses the deviations in form and manage improvement.
I'm not constrained to a 'real time' data capture.
I'm aware I can possibly code this into the game itself but having it out of the game engine will be far more beneficial in practise.
I'm very new to programming with unity and leap. I really appreciate the help.
P.S if there is already a post explaining how to do this please don't hesitate to signpost me. Very appreciated.