Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ghost010 on June 12, 2014, 07:12:03 AM

Title: [PUN]No players in room after joining[SOLVED]
Post by: ghost010 on June 12, 2014, 07:12:03 AM
So yha.. i'm almost done with the networking part.

But when i join a room,i dont see the existing players.
And i cant figure out how the photon example does this?

Also google isnt helping much.
Title: Re: [PUN]No players in room after joining
Post by: Lane on June 12, 2014, 08:03:04 AM
Have you looked at the Fsm Photon player prefab?
Title: Re: [PUN]No players in room after joining
Post by: jeanfabre on June 13, 2014, 02:46:29 AM
Hi,

 also, make sure you properly stop and re enable messages as you enter a room with your player, this is likely the issue.

bye,

 Jean
Title: Re: [PUN]No players in room after joining
Post by: ghost010 on June 15, 2014, 04:03:07 PM
Hi,

 also, make sure you properly stop and re enable messages as you enter a room with your player, this is likely the issue.

bye,

 Jean

Yha,silly me.forgot the disabled"is massege quing" in the level loading part.
I only had it active in the instantiating part.
Title: Re: [PUN]No players in room after joining[SOLVED]
Post by: jeanfabre on June 16, 2014, 03:21:27 AM
Hi,

 Good, indeed it's key :)

bye,

 Jean