playMaker

Author Topic: photon help[Solved]  (Read 1807 times)

dreamlarp

  • Playmaker Newbie
  • *
  • Posts: 33
    • Bionic Marine Command Space FPS WIP
photon help[Solved]
« on: November 04, 2013, 11:37:00 PM »
So I downloaded this example:
http://www.hutonggames.com/samples.php
and installed it but got these two errors,

Could Not Create Action: Fsm Photon player: Custom Property: delete property: PhotonNetworkDeleteOwnerCustomProperty (Maybe the script was removed?)
UnityEngine.Debug:LogError(Object)
HutongGames.PlayMaker.ActionData:CreateAction(FsmState, Int32)
HutongGames.PlayMaker.ActionData:LoadActions(FsmState)
HutongGames.PlayMaker.FsmState:LoadActions()
HutongGames.PlayMaker.Fsm:InitData()
HutongGames.PlayMakerEditor.FsmErrorChecker:DoCheckFsmForErrors(Fsm)
HutongGames.PlayMakerEditor.FsmErrorChecker:DoCheckForErrors()
HutongGames.PlayMakerEditor.FsmErrorChecker:Update()
HutongGames.PlayMakerEditor.FsmEditor:Update()
FsmEditorWindow:Update() (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:319)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()

and

Fsm Photon player: Custom Property: delete property: MissingAction: Could Not Create Action: PhotonNetworkDeleteOwnerCustomProperty (Maybe the script was removed?)
UnityEngine.Debug:LogError(Object)
HutongGames.PlayMaker.ActionReport:LogError(PlayMakerFSM, FsmState, FsmStateAction, Int32, String, String)
HutongGames.PlayMaker.ActionData:LogError(String)
HutongGames.PlayMaker.ActionData:CreateAction(FsmState, Int32)
HutongGames.PlayMaker.ActionData:LoadActions(FsmState)
HutongGames.PlayMaker.FsmState:LoadActions()
HutongGames.PlayMaker.Fsm:InitData()
HutongGames.PlayMakerEditor.FsmErrorChecker:DoCheckFsmForErrors(Fsm)
HutongGames.PlayMakerEditor.FsmErrorChecker:DoCheckForErrors()
HutongGames.PlayMakerEditor.FsmErrorChecker:Update()
HutongGames.PlayMakerEditor.FsmEditor:Update()
FsmEditorWindow:Update() (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:319)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()


Help.
« Last Edit: November 05, 2013, 09:07:34 AM by dreamlarp »
Bionic Marine Command Space FPS WIP
http://spacedwarves.blogspot.com/

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: photon help
« Reply #1 on: November 05, 2013, 02:51:57 AM »
Hi,

 I can't repro this, I think you have some versionning problem.

 Can you install them on a clean version ( make sure you are using the latest version of Playmaker and the latest demo package as well).

Bye,

 Jean

dreamlarp

  • Playmaker Newbie
  • *
  • Posts: 33
    • Bionic Marine Command Space FPS WIP
Re: photon help
« Reply #2 on: November 05, 2013, 09:06:27 AM »
It worked, I used the exact same files but it must have been the order of download.
Bionic Marine Command Space FPS WIP
http://spacedwarves.blogspot.com/