PlayScape Publishing Kit 1.11版 - unity3D - 在apk中崩溃

时间:2015-07-21 12:27:09

标签: android playscape

它无法使用新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},
});

0 个答案:

没有答案