playMaker

Author Topic: Photon 1.50 Actions update  (Read 7177 times)

ermak

  • Junior Playmaker
  • **
  • Posts: 60
    • AL Games
Photon 1.50 Actions update
« on: December 24, 2014, 01:12:33 PM »
Hello,

ExitGames released new version 1.50 of Photon with interesting things:
Mecanim Support, PhotonRigidbodyView, PhotonRigidbody2DView, Ownership Transfer... and more

I will be very happy if we have some new "playmaker actions/scripts" for these new features of Photon.

Photon 1.50 Release notes
http://forum.unity3d.com/threads/photon-unity-networking.101734/

Playmaker Photon Actions v1.28.3
https://hutonggames.fogbugz.com/default.asp?W928

Thanks! And Merry Christmas!

cmy

  • Playmaker Newbie
  • *
  • Posts: 40
Re: Photon 1.50 Actions update
« Reply #1 on: January 09, 2015, 10:36:06 PM »
I'll second this, I'm always anxious for expanded Photon support.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon 1.50 Actions update
« Reply #2 on: January 12, 2015, 02:11:30 AM »
Hi,

 These new features are working already, because PlayMaker doesn't need to be a middle man here:

mecanim, simply drop photon PhotonRigidbodyView or PhotonRigidbody2DView component and photon will synchronize it over the network.


Now for ownership tranfert, I'll work on this. I have added a trello task for this.

https://trello.com/c/NpQ0cFPv/109-photon-v1-5-update

 Also, don't worry about Photon support. I am in contact with Exitgames, we have agreements on support.


Bye,

 Jean

 

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Photon 1.50 Actions update
« Reply #3 on: January 12, 2015, 02:18:46 AM »
Oh that sounds like great news, has there been any talks about support for turnbased?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon 1.50 Actions update
« Reply #4 on: January 12, 2015, 02:36:25 AM »
Hi,

 Yep, I have been working on this last year, and currently facing difficulty to finish up the server side, needs to find a way to create a generic server side, quite tricky..

If you are interested, let me know, but currently it requires some scripting still, that's the problem preventing me to release this to PlayMaker publicly, because the vast majority will expect a no coding system.

 Bye,

 Jean

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Photon 1.50 Actions update
« Reply #5 on: January 13, 2015, 03:03:34 AM »
Hi Jean,

I'm very interested in the turn-based work/actions, I have a game which needs a head to head mode (turn-based) where players will answer 5 questions and then the second player will do the same, this will continue for 3 rounds and then a winner will emerge (pretty standard turn-based).

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon 1.50 Actions update
« Reply #6 on: January 16, 2015, 03:44:56 AM »
Hi,

 Great. I'll get back to you when I have a working server version that is usable within PlayMaker ( currently the basic connection is here, but I need to work out how I am going to give you access to data and logics on the server without coding... tricky)

 Bye,

 Jean

rik

  • Full Member
  • ***
  • Posts: 246
Re: Photon 1.50 Actions update
« Reply #7 on: May 31, 2015, 02:40:03 AM »
Hi i have installed photon 1.51 playmaker when i run demo scene it was not working
any one facing same issues

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon 1.50 Actions update
« Reply #8 on: June 04, 2015, 02:29:23 AM »
Hi,

 What does it says in Unity console? It could be related to the wrong setup on the best server region to pick from.

Bye,

 Jean


rik

  • Full Member
  • ***
  • Posts: 246
Re: Photon 1.50 Actions update
« Reply #9 on: June 05, 2015, 08:44:21 AM »
Hi it was working when i try to import every thing again.
and what was the new features in the photon 1.51 i dont see mechanim support in the update if i am missing some thing pls guide me

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon 1.50 Actions update
« Reply #10 on: June 05, 2015, 10:01:11 AM »
Hi,

 the series of scripts are in the folder: Photon Unity Networking/Plugins/Photon Networkg/Views

the one you need is called "PhotonAnimatorView.cs"

Bye,

 Jean

rik

  • Full Member
  • ***
  • Posts: 246
Re: Photon 1.50 Actions update
« Reply #11 on: June 06, 2015, 12:48:41 PM »
pls any one can me tell how to use the script with playmaker since it was not playmaker script
« Last Edit: June 07, 2015, 06:58:54 AM by rik »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon 1.50 Actions update
« Reply #12 on: June 12, 2015, 07:27:35 AM »
Hi,

 Indeed, this is a pure Photon implementation. you'll find everything on Photon own doc:

http://doc.exitgames.com/en/pun/current/tutorials/mecanim-demo

Bye,

 Jean

rik

  • Full Member
  • ***
  • Posts: 246
Re: Photon 1.50 Actions update
« Reply #13 on: June 14, 2015, 03:39:37 AM »
Hi

photon support mean all the functions that are in 1.51 of photon right ?
can you create actions which are missing
Thanks

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon 1.50 Actions update
« Reply #14 on: June 15, 2015, 03:48:35 AM »
Hi,

This Photon animator proxy is something that doesn't require any additional support from PlayMaker, it's totally defined during editing, NOT at runtime.

 If you read the tutorial link I sent, you'll see that this is all visually setup within the Unity editor. So PlayMaker is totally out of the loop here. There is no need to create any custom PlayMaker actions, nor having to script anything :)



 Make sure you read the tut again, if there is something you don't understand in there, let me know.

 Bye,

 Jean