/**
  * @brief Converts a Vector3 to a FPVector and adds its value in player's input.
  **/
 public static void SetFPVector(byte key, UnityEngine.Vector3 value)
 {
     SetFPVector(key, value.ToFPVector());
 }