public static void Set(int playerID, AirXRClientConfig config)
 {
     AXRServerPlugin.SetConfig(playerID, JsonUtility.ToJson(config));
 }