var user = new AVUser();
user.Username = "Tom";
user.Password = "cat!@#123";
user.Email = "tom@leancloud.cn";
await user.SignUpAsync();
Debug.Log(user.Username);
抛出异常 ArgumentException: You must create this type of AVObject using AVObject.Create() or the proper subclass.