代码是这样的,一直进不去结果,求大神指点
AVQuery
query.GetAsync("53c7382ce4b04ba87d7d6e9f").ContinueWith(t =>{
if(!t.IsFaulted){
AVObject product = t.Result;
msg = "result";
}
});
代码是这样的,一直进不去结果,求大神指点
AVQuery
query.GetAsync("53c7382ce4b04ba87d7d6e9f").ContinueWith(t =>{
if(!t.IsFaulted){
AVObject product = t.Result;
msg = "result";
}
});
您好,您初始化了AVClient么?这里有一个详细的教程https://cn.avoscloud.com/start.html,请选择Unity快速指导,里面有推荐的初始化步骤。