Questions tagged [playscape]
38 questions
3
votes
0 answers
PlayScape Publishing Kit version 1.11 - unity3D - crash in apk
It fails to deploy our game with the new SDK. When you start to crash apk.
Unity version: 4.6.5f1
Causes crash in native lib - libplayscape_pubkit.so:
Playscape.Analytics.Report.Instance.ReportLevelStarted ("level name", new Dictionary

Aleš Kříž
- 31
- 1
2
votes
1 answer
Crash with proguard obfuscation on Playscape SDK 1.14 on Cocos2d-JS game
We have updated to Playscape SDK 1.14 when we try to build a release APK it crashes when trying to obfuscate our libraries with proguard.
This is the proguard.cfg we used:
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-keep public…

Carles Escribano
- 23
- 2
2
votes
1 answer
Error when building a game with playscape SDK 1.11
I am integrating Playscape 1.11 SDK to my game in unity. When running the build for android I am getting after sometime the following error:
an error occured while applying post-build logic: Argument cannot be null.
Parameter Name: path1
I attached…

Ivan Gamerovich
- 35
- 3
1
vote
0 answers
Playscape publishing kir (1.17) error: Failed to execture lib2dex
We have problem with PlayscapeSDK 1.17.411 in our Unity Android project.
When we build the game, on "Publishing kit post-process" step we have this error:
An error occured while applying post-build logic: Failed to execture lib2dex. Error…

Dante Shepard
- 11
- 2
1
vote
1 answer
Why does Playscape SDK not find JDK?
Upgrading to Playscape SDK 1.7 on our Unity 4.5.4f1 game build, I receive the following error as the 'Moving final package' process of the build (for android) executes:
Playscape Misconfigured
To configure Playscape Publishing Kit go to Window >…

Three Gates
- 81
- 6
1
vote
0 answers
Playscape Native Android Demo - library "libgnustl_shared.so" not found
I have build the Demo project as described in Playscape Documentation. Modified only the API Key and icon to ic_launcher in manifest.
* UPDATED DETAILS *
Error on Samsung Galaxy Tab 4 w Android 4.4.2:
10-12 17:01:40.979: A/libc(18565): Fatal signal…

Ghelle
- 67
- 8
1
vote
0 answers
Android application crashing when launched with rejection of UnityPlayscapeActivityLifecycle class
Using Unity 4.5.4f1 and Playscape SDK version 1.14, building for android target, I am getting a crash when launching the application on testing target HTC-One M9 (which ran our application fine using the previous version of the SDK).
The one error…

Three Gates
- 81
- 6
1
vote
1 answer
PlayscapeManager won't initialize on android device
Im not getting any errors or debug messages in adb logcat.
But if im trying to press the Catalog(More Games) button, i get:
I/Unity (16917): AndroidJavaException:
java.lang.NullPointerException: Attempt to invoke interface method
'void
…

Dan Andersen
- 29
- 6
1
vote
1 answer
Playscape SDK 1.6 and Unity 4.5.5 show error when builds two file: APK and OBB
It shows error 'An error occured while applying post-build logic: Object reference not set to an instance of an object' when it builds two-file android build: APK + OBB.
Playscape's ApkCreator try to extract config file…

Evgin
- 13
- 2
1
vote
0 answers
Unity Playscape SDK, Black screen on android device and crash after several seconds
With latest Playscape SKD version (unity package from 7.23.2015) we managed to make android apk file.
All post process scripts run without errors. But when Android application starts only black screen appear and no Unity-tagged scene initialization…

Aleksandr Pyatkov
- 11
- 2
1
vote
1 answer
Playscape Publishing Kit. Unity 4.6.6. Unable to build on a Mac
Unable to build the project with Playscape Publishing Kit v1.11 on a Mac
here is the log file
https://yadi.sk/i/VJ9DdRpMi2VVb
any ideas?

Andrei Bretekhin
- 11
- 1
0
votes
0 answers
Android Playscape Analytics error
I have problem with Playscape sdk in unity. When trying to run Report.Instance.ReportLevelStarted application crashes on Android.
I'm using
Report.Instance.ReportLevelStarted (level, new Dictionary (){ { "level…

Paweł Homenko
- 21
- 5
0
votes
1 answer
Playscape SDK 1.17 android apk crash on start
Unity3D v5.3.2f1
Created empty project without any scripts, simple scene with Playscape object on it.
1 - Imported Playscape SDK 1.17
2 - Imported Google Play SDK 0.9.30
3 - Configured Playscape and Google Play.
4 - Compile android build
5 - On…
0
votes
1 answer
Playscape SDK 1.17 Error!!! Could not retrieve configuration from the server
While building the game with the latest Playscape SDK (1.17), there is an error that says: "Error!!! Could not retrieve configuration from the server."

Daniel Keen
- 21
- 7
0
votes
1 answer
Playscape sdk and FaceBook sdk issue when used toghether
I upgraded to Unity 5 after I had to integrate FaceBook sdk. FB v7 or higher requires U5. But I have an error in console:
Assets/Plugins/Playscape/Internal/Configuration.cs(7,17): error CS0234: The type or namespace name Editor' does not exist in…

ralpF
- 1
- 1