[Photon] Well i need some help to start

Ok hi :),
I am working with unity for like 8 months, and i am focusing on 2d games,
well now i want to learn how to do 2d games multiplayer, networking.
for a basic game i want to build a simple Rock Paper Sccisors,
just to understand how it works,
but, i can’t find any video that shows how it works, or how to get started,
for start i add the Photon free.
but i am searching for a vid fo

:smile:
Download the latest PUN Free version and check out the Demos folder. There is a Rock, Paper, Scissors Demo inside.
It’s not yet “promoted”, as we work on it but it’s there.
We also do a brand new, eight page tutorial, which is due out these weeks.

Have fun!

Ok Thank you, i will try to understand how it works better,
I already found the demo and i am examing it :),
Btw, People can join to a room only from the “Lobby”,
i mean there is an option to invite someone threw Fb or something like that?

Unless you’re in a room together, you can’t message others. So to invite someone, you need some way to communicate between the users. That can be any external API or Photon Chat. For mobiles, I would pick some service that also does push notifications.

FB can be used to authenticate users and you can use Photon’s FindFriend to get the list of rooms your friends are in (if the friend-list is reasonably short).