This is so underrated! I need the concept itself to understand not following a long video to do something and finally understand it. save me tons of time
Hey Zenva. Nice explanation here. Just getting started with Photon, so this was quite useful for the high level patterns and terminology. Really appreciate that you went over all the different targets. Have you been using Photon recently? Is it still in wide use or has it changed much? I'm just looking around and researching it as I'm using it for a Mixed Reality project.
Great explanation! I have a question if you use photon View you could use it to launch a game?, including the fact that so many players are going to play the game at the same time
Get COMPLETE COURSES on building multiplayer games with Unity HERE: academy.zenva.com/product/multiplayer-game-development-mini-degree/?
This is so underrated!
I need the concept itself to understand not following a long video to do something and finally understand it. save me tons of time
Hey Zenva. Nice explanation here. Just getting started with Photon, so this was quite useful for the high level patterns and terminology. Really appreciate that you went over all the different targets. Have you been using Photon recently? Is it still in wide use or has it changed much? I'm just looking around and researching it as I'm using it for a Mixed Reality project.
The explanation was amazing! Thanks!
Hello, I have a question. How can ı send order to masterclient for instantiate ?
Now I understand what RPC is. Thanks.
You bet!
Great explanation! I have a question if you use photon View you could use it to launch a game?, including the fact that so many players are going to play the game at the same time
How many programing languages do you know? And is photon like its own language?
Photon is a networking API
The only language you need to create online game with pun2 and unity is C#.
@@sagitswag1785 Do you really think a guy asking that kind of question would understand what a networking API is? lol
You don't call an RPC, you send it. It stands for Remove Procedure Call which basically means calling functions on other clients...