Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ozergul on February 11, 2018, 08:34:12 AM

Title: Not working after build on android [SOLVED]
Post by: ozergul on February 11, 2018, 08:34:12 AM
Hello
My game is perfectly working unity editor. But in android(5.1 cyangenmod), playmaker functions doesnt working. For example unitybutton click events working but everything related with playmaker is not working. Included start event/state.

My unity version: 2017.3.0f3 (also I tried v2017.3.1f1)
Playmaker version: 1.8.5

I re-installed playmaker to solve problem, but nothing happened/

I am waiting your responses to solve this problem.

Regards


editor
(https://preview.ibb.co/dPAvBS/1.png) (https://ibb.co/fxkTWS)

editor play
(https://preview.ibb.co/jJLvBS/2.png) (https://ibb.co/i1AHQn)

test on android phone
PLAY button working but Text is not changed

(https://preview.ibb.co/kzEcQn/3.jpg) (https://ibb.co/mXpBkn)
free photo hosting (https://tr.imgbb.com/)
Title: Re: Not working after build on android
Post by: ozergul on February 11, 2018, 04:57:06 PM
Interesting problem, waiting for any answer :)
Title: Re: Not working after build on android
Post by: djaydino on February 12, 2018, 05:35:23 AM
Hi.
Just tested on : Unity 2017.3.0f3 / Playmaker 1.8.9

It seems to work fine on my end.

How are your build settings set?

Is your android sdk up to date?
Title: Re: Not working after build on android
Post by: ozergul on February 12, 2018, 05:49:01 AM
Hi.
Just tested on : Unity 2017.3.0f3 / Playmaker 1.8.9

It seems to work fine on my end.

How are your build settings set?

Is your android sdk up to date?

Yeah everything is up to date. and everything is working except playmaker.

For example I did jumper game. In modals and UI buttons etc everything are made with playmaker. These things not firing but game is working perfect including dotween animations, l2 localize and google play iap.

Here is the logcat..
(https://preview.ibb.co/e1v2an/photo5766874407229303731.jpg)

Title: Re: Not working after build on android
Post by: djaydino on February 12, 2018, 06:03:24 AM
Hi,
The errors you are showing here do not seem to be playmaker related

i just saw your other post, please use 1 post only for the same issue.

I looked to the asset and i can see on your  logcat that it is related to that assets.

I can see that a dll file (monoposixhelper.dll) is missing for some reason

are you on windows / mac / Linux

Try searching the unity forum (monoposixhelper missing)  and/or contact the author from that asset.
Title: Re: Not working after build on android
Post by: ozergul on February 12, 2018, 06:13:05 AM
Hi,
The errors you are showing here do not seem to be playmaker related

i just saw your other post, please use 1 post only for the same issue.

I looked to the asset and i can see on your  logcat that it is related to that assets.

I can see that a dll file (monoposixhelper.dll) is missing for some reason

are you on windows / mac / Linux

Try searching the unity forum (monoposixhelper missing)  and/or contact the author from that asset.

I created a new project and just a few button. It works without not error.
I created a new project and just a few button. And I imported and installed playmaker and just debug action in start state. There is no any plugin or something else. It gives monoposix error..

I am on windows and testing android.

I am pretty sure palymaker gives an error because test project is full empty.
Title: Re: Not working after build on android
Post by: djaydino on February 12, 2018, 07:23:14 AM
Hi.
Did you try with playmaker 1.8.9?

Did you check uf your Android sdk is up to date?

maybe you can send the project (pm private link)

or add me as collaborate (on your test project)
Title: Re: Not working after build on android
Post by: ozergul on February 12, 2018, 07:46:30 AM
Hi.
Did you try with playmaker 1.8.9?

Did you check uf your Android sdk is up to date?

maybe you can send the project (pm private link)

or add me as collaborate (on your test project)

I am preparing files.
Title: Re: Not working after build on android
Post by: ozergul on February 12, 2018, 07:41:21 PM
As i said, problem was playmaker. I tested with v1.8.9 and there is no problem.

Regards