Hi everyone.
So here is my problem : i have a list of frames saved that i want to be able to play whenever i want. The frames i have are saved in a script i added to the leaphandcontroller prefab and i get them from the provider (get the currentframe). I already tried 2 different solutions :
-Working on the provider by adding a set method on the currentframe and using it to try to replace the current frame by the one i want to see but it does not have any effect. My guess is that despite my works when i call the set function, the current frame is already sent to the leaphandcontroller script.
-So i also tried to work on the leaphandcontroller script and force the function updatehandrepresentation to use the frame i want, but it hasn't worked either :/