Any sample script where I can get real word position of both the hand tracked in skeleton data.
Also, Debug.log(skeleton) gives me the following output in the console.
AndroidPlayer(ADB@127.0.0.1:34999) nuitrack.Skeleton
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
NativeAvatar:Update() (at /Users/jayadeepreddy/code/pose/OlympiaFit/nuitrack/Assets/NuitrackSDK/Tutorials/First Project/NativeAvatar.cs:37)
(Filename: /Users/jayadeepreddy/code/pose/OlympiaFit/nuitrack/Assets/NuitrackSDK/Tutorials/First Project/NativeAvatar.cs Line: 37)
I am new to unity and C#