playMaker

Author Topic: Supporting pun 1.71 or download for 1.69  (Read 2358 times)

Hakazaba

  • Playmaker Newbie
  • *
  • Posts: 10
Supporting pun 1.71 or download for 1.69
« on: June 18, 2016, 04:38:26 AM »
Hey, i'm trying to set up a project with playmaker and photon. At the momen't i am unsure how to do so when playmaker doesn't appear to support the version of pun i can download. Is playmaker going to be updating to support the newer version? Or is there some way for me to download pun 1.69?


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Supporting pun 1.71 or download for 1.69
« Reply #1 on: June 18, 2016, 05:02:58 AM »
Hi,
Asset updates usually don't affect the Playmaker actions,
unless there are major changes
So i think they should work fine,
if not i am sure jean is working on the as we speak :)

Hakazaba

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Supporting pun 1.71 or download for 1.69
« Reply #2 on: June 18, 2016, 06:26:14 AM »
Well, im getting these warnings spammed when using them:

Assets/PlayMaker Utils/Editor/PlayMakerEditorUtils.cs(102,94): warning CS0618: `HutongGames.PlayMakerEditor.FsmEditorUtility.GetActionScriptAsset(HutongGames.PlayMaker.FsmStateAction)' is obsolete: `Use ActionScripts.GetAsset instead.'

Assets/PlayMaker Utils/Editor/PlayMakerEditorUtils.cs(111,90): warning CS0618: `HutongGames.PlayMakerEditor.FsmEditorUtility.GetActionLabel(HutongGames.PlayMaker.FsmStateAction)' is obsolete: `Use Labels.GetActionLabel instead.'

Assets/PlayMaker PUN/Editor/PlayMakerPhotonWizard.cs(49,29): warning CS0414: The private field `PlayMakerPhotonWizard.isPunPlus' is assigned but its value is never used

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Supporting pun 1.71 or download for 1.69
« Reply #3 on: June 18, 2016, 11:53:18 AM »
Hi,
The warnings "obsolete" are saying that in a future version of unity
certain commands will be removed and you should use something else instead.

So for now everything works fine.

And even in a future update, unity will  (most of the time) adjust the scripts automatically when those commands where removed.

If you are annoyed with those warnings, you can turn the warnings off in the top right corner of the "Console" window.

Hakazaba

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Supporting pun 1.71 or download for 1.69
« Reply #4 on: June 18, 2016, 11:25:51 PM »
Well, i updated those actions myself. Though id like to fix the punplus warning.