playMaker

Author Topic: cloud build don't assign globals after PUN2 addon installed.  (Read 4419 times)

escic

  • Playmaker Newbie
  • *
  • Posts: 7
hi, i'm face a issue as the subject said.
i have PUN2 playmake addon installed to make my online game and it all work fine on unity 2019LTS.
and i upgrade the project to unity2020LTS. all globals are not assign with cloud build but work in editor and build-in building apk.
i use a week to test and find the problem it is being start when i use the PUN2 playmake addon installed.
if i can't solve the issue i been to hold my project or come back to 2019LST.
so i hope something help. thanks.
« Last Edit: July 14, 2021, 08:49:07 AM by escic »

escic

  • Playmaker Newbie
  • *
  • Posts: 7
Re: cloud build don't assign globals after PUN2 addon installed.
« Reply #1 on: July 12, 2021, 07:54:19 AM »
hi, please use this project to test on cloud build.
link removed.
« Last Edit: July 13, 2021, 06:58:02 AM by escic »

escic

  • Playmaker Newbie
  • *
  • Posts: 7
Re: cloud build don't assign globals after PUN2 addon installed.
« Reply #2 on: July 14, 2021, 08:45:45 AM »
push.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: cloud build don't assign globals after PUN2 addon installed.
« Reply #3 on: July 14, 2021, 10:06:36 AM »
Hi.
I know several people on the Discord Channel are using Pun2.
Maybe try asking there :)

escic

  • Playmaker Newbie
  • *
  • Posts: 7
Re: cloud build don't assign globals after PUN2 addon installed.
« Reply #4 on: July 15, 2021, 11:23:55 AM »
Hi.
I know several people on the Discord Channel are using Pun2.
Maybe try asking there :)

Thanks you. I will take a look :).
but this problem also appear on a new project create with unity2020. I want playmaker staff to know this case.

escic

  • Playmaker Newbie
  • *
  • Posts: 7
Re: cloud build don't assign globals after PUN2 addon installed.
« Reply #5 on: July 21, 2021, 02:04:11 PM »
hi, I can't join the discord group. Unable to accept invite.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: cloud build don't assign globals after PUN2 addon installed.
« Reply #6 on: July 26, 2021, 02:17:18 AM »
Hi,

 what do you mean by globals, do you mean the playmaker global variables?

I assume it's yes, else please describe more in details.

Are you sure you don't have any errors, I would triple check the unity log of the apk produced by unity Cloud when running, because if one asset is causing trouble because of the upgrade, it will corrupt the logic execution in an unpredictable manner.


Bye,

 Jean

escic

  • Playmaker Newbie
  • *
  • Posts: 7
Re: cloud build don't assign globals after PUN2 addon installed.
« Reply #7 on: July 26, 2021, 11:37:37 AM »
Hi,

 what do you mean by globals, do you mean the playmaker global variables?

I assume it's yes, else please describe more in details.

Are you sure you don't have any errors, I would triple check the unity log of the apk produced by unity Cloud when running, because if one asset is causing trouble because of the upgrade, it will corrupt the logic execution in an unpredictable manner.


Bye,

 Jean

hi, yes global variables not work.
All globals variable work on editor but not work after PUN2 playmaker addon installed and cloud build apk.
eg: a string globals variable can't show on text UI.

hi, i have PM you a smiple testing project.
I notice that my Photon version is newer 2.33.3 and the addon only support 2.31
if it is cause the issue, I can't find a way to downgrade my Photon version.

PlayMaker: 1.9.2.f3
Unity: 2020.3.14f1
Android
PUN2 playmaker addon from ecosystem.(Lastest version)
PUN2: 2.33.3
« Last Edit: July 26, 2021, 12:09:10 PM by escic »