它无法使用新SDK部署我们的游戏。当你开始崩溃apk。
Unity版本:4.6.5f1
导致本机lib崩溃 - libplayscape_pubkit.so:
obj = $.parseJSON(jsonobject[0]);
console.log(obj);
// this was to update the page without refreshing the page
// $this = $('#'+obj.ID).find('td');
// $this.eq(2).html(obj.username);
// $this.eq(3).html(obj.password);
//ignore these lines
/*You can access all your stuff then like that*/
condole.log('some id' + obj.id);
//and so on...
启动apk时出错:
Playscape.Analytics.Report.Instance.ReportLevelStarted ("level name", new Dictionary<string, double>
{
{"waveId", 0},
{"levelTime", 0},
{"remainingLives", 0},
{"userTablets", 0},
{"userDiamonds", 0},
{"heroLevel", 0},
});