Whats the best beginners tutorial for Photon Networking with Unity
Title says it all, whats the most dumbed down tutorial on photon networking out there, ive already downloaded the standard 20ccu package for free and im looking up how to initiate an online matchmaking for the game im currently working on, i have marginal experience with c# programming but have never dabbled with any networking related code yet
ive found 2 tutorials for far but this one... https://www.youtube.com/watch?v=8St-bqfmufA&feature=youtu.be goes head first in and doesnt really explain everything and this one..... https://www.youtube.com/watch?v=lrk7GJUpKns is going too slow and focusing mostly on the mechanics of the game and not mentioning networking as much as id like
Does anyone know of any really indepth tutorials for beginners? i know i could get this working by copying but id like to understand how it all works first, thanks and i hope this isnt off topic
Answer by Punfish · Oct 16, 2017 at 06:04 AM
I know I'm late to the party but I have a series of my own which I think you would have appreciated, as well others. It's updated with photon request and I stay on topic. Http://www.youtube.com/c/firstgeargames/
Please see my Playlist.
Using cloud? or server? I am interested in watching the tutorials since I am new to networking
Answer by saadali211 · Mar 26, 2019 at 11:58 AM
As Unet being Deprecated by Unity Photon is Claiming to be the Number One Platform To create Realtime Multiplayer GAMES**. Recently Photon Changed The implementation in Photon 2 with better and optimized and well structured code.
As being the number one still lack in documentation so i suggest to take some **Premium Courses on Latest Photon Edition to create Multiplayer games. Here is one to consider. Unity Multiplayer Game Development : Using Photon 2 (2019) (https://www.udemy.com/share/100XdB/)
Learn how to create video games using Unity, the world-leading free-to-use game development tool. We start super simple so you need no prior experience of Multiplayer Coding and Concepts.
This Course is Designed for Beginners Who Have A basic Understanding Of Unity and eager to learn Multiplayer GAME Development using Photon 2 (PUN) Latest Edition of 2019.
https://www.youtube.com/watch?v=EkzJWW4LDcE
In This Course We will Start Learning By Creating A fully Functional Multiplayer 2D Platformer Game where Up-to Eight Users Can play with Each other in A single Room And we can create as many Rooms we want, The Game will Have The following Functionalities :
**Creating Lobby and Rooms
Player Movement Sync
Jumping and Rotation Sync
Firing Bulletes and Syncing
Death And Respawn On Network
Photon Features Like Transform Sync And Rigidbody Sync
RPC Remote Procedure Calls
Raise Events on Network
Player Feeds on Network
Displaying Online Users
Chatting System
Animation Syncing Over The Network
Player Health System
And much More...**.
Your answer
Follow this Question
Related Questions
Assign Network Manager an Online Scene with Script 0 Answers
Instantiate with Photon 0 Answers
Photon RPC Only Working Halfway 1 Answer
How to make my game multiplayer? 1 Answer