Unity/Mirror Multiplayer Networking Tutorial

  Рет қаралды 9,668

BioRebellion

BioRebellion

3 жыл бұрын

"Hello world" tutorial for Unity using Mirror networking and sync animation on a third person player controller. I'll start doing game development tutorials on a regular basis if interest is shown. Like & subscribe and we'll build some funky stuff together.
music:
Fragments by Nomyn / nomyn
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/l-fragments
Music promoted by Audio Library • Fragments - Nomyn (No ...
Hiraeth by Scott Buckley / scottbuckley
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/al-hiraeth
Music promoted by Audio Library • Hiraeth - Scott Buckle...
Fragments - AERØHEAD / aerohead
Creative Commons - Attribution-ShareAlike 3.0 Unported - CC BY-SA 3.0
Free Download / Stream: bit.ly/al-fragments
Music promoted by Audio Library • Fragments - AERØHEAD (...
A Magical Journey Through Space by Leonell Cassio
/ leonellcassio
Creative Commons - Attribution-ShareAlike 3.0 Unported - CC BY-SA 3.0
Free Download / Stream: bit.ly/a-magical-journey-thro...
Music promoted by Audio Library • A Magical Journey Thro...
The Reckoning by AERØHEAD / aerohead
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/the-reckoning-aerohead

Пікірлер: 24
@reimovellemaa
@reimovellemaa 2 жыл бұрын
This is one of my favourite programming tutorials ever. I mean I came for multiplayer networking tutorial, but I stayed for pure entertainment. You are a comical character. I was laughing way harder than I ever should have. :D Subscribed. Keep it up man!!
@5th_Vertex
@5th_Vertex 2 жыл бұрын
thank you! Please make more of unity and mirror,Maybe day and night time cycle
@nicolasnadeau6673
@nicolasnadeau6673 6 ай бұрын
Helpful ideas! Thanks
@jonathanqiao2295
@jonathanqiao2295 2 жыл бұрын
Love to see this tutorial. Simple and easy!
@121Gamerscom
@121Gamerscom 2 жыл бұрын
finally someone who explain everything in layman's terms and doest woffle on about the assets and gets on with the tutorial have you got a tutorial on how to do this for fps with animator tutorial on how to add more animation plus adding pickups in game sweet tutorial thank you so much I've subbed
@devpatel3D
@devpatel3D Жыл бұрын
Thanks man! Huge THANKS!!!!! this only worked for me other than all the tutorials
@biorebellion4305
@biorebellion4305 3 жыл бұрын
I love making games and would like to team up with others who are into the same. Leave a comment and maybe we can create something cool togeth!
@gcodergr
@gcodergr 2 жыл бұрын
Thank you! That was really helpful!
@brandonesqueda4469
@brandonesqueda4469 3 жыл бұрын
Not bad, interested to see how you continue.
@meshok8526
@meshok8526 2 жыл бұрын
but how to add a joystick for a mobile phone? I can't ((((would be nice
@muratcan118
@muratcan118 2 жыл бұрын
Mobile joystick not working after applying this. Can you help ?
@ErenBR562
@ErenBR562 Жыл бұрын
Why in the mobile version using the mirror the character does not move correctly according to the joystick? Thanks!
@mulagraphics
@mulagraphics 2 жыл бұрын
Nice video
@zukarimoto_q
@zukarimoto_q 2 жыл бұрын
Thank you for this easy to follow tutorial! I have one small question wish you could kindly answer. At 21:24 how did you get your visual studio to show information regarding ChinemachineVirtualCamera? Is there an additional setting to turn on? (I have set VS as the default external editor tool in Unity editor) Thanks!
@spammail788
@spammail788 2 жыл бұрын
can I connect to my room with another computer?
@sanaomer2828
@sanaomer2828 2 жыл бұрын
hey im having this issue with both unet and mirror, i do all the setup correctly but when i build and run it, only the Host(client + server) option works when i try to connect the other to Client it waits a bit and it times out, i cant connect two clients ata time.
@sanaomer2828
@sanaomer2828 2 жыл бұрын
not even the demo pong scene works!!!! i can only connect to client+ server not the client
@what8586
@what8586 2 жыл бұрын
i seemed to lose the mouse's ability to rotate the camera after following this tutorial .
@xSmartPlays
@xSmartPlays 2 жыл бұрын
More tutorials for mirror networking
@XboxPlayerPL
@XboxPlayerPL 3 жыл бұрын
Did you notice that the walk animation stutters when it stops? It doesn't transition smoothly from walking to an idle state through a mirror network.
@bitmammothOG
@bitmammothOG 2 жыл бұрын
I am having this issue as well.
@evilkgaming2653
@evilkgaming2653 3 жыл бұрын
Hello men, i'm looking for a tutoriel for mirror networking on dedicated server like playfab or anything , i can even pay for the tutorial please . The one existing is not up to date online and , it's become hard to understand how to do a real multiplayer online without local host. Regards,
@ventakz9928
@ventakz9928 3 жыл бұрын
You can just rent a Linux root or v server and export your game (server) on Linux. Or get one on Amazon for free just look it up Idc how good your understanding of Linux or servers in general are but I try my best here. 1.open ports (7777 is default for mirror) with: sudo ufw allow 7777 (sometimes u need to do this step in your hoster in the server settings panel) 2. Put your game build on the server via something like ftp or just upload it on Google drive and download it from your terminal there or so. 3.make the server runnable with: chmod +x ./yourgamename.x84 4.start a screen session so that when you close the terminal the server is still running: sudo apt-get install screen (enter) screen (enter) 5.And then just run it with: yourgamename.x86 and start your client and just connect with the server ip. If you need additional help just ask here.
@biorebellion4305
@biorebellion4305 3 жыл бұрын
change video settings to increase quality for easier viewing.
The biggest lie in video games
15:18
AIA
Рет қаралды 1,6 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 101 МЛН
He sees meat everywhere 😄🥩
00:11
AngLova
Рет қаралды 11 МЛН
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 34 МЛН
Glass Shader in Unity URP (Reflection - Distorted - Frosted)
3:31
How To Set Up A Dedicated Multiplayer Server - Unity PlayFab
13:26
How to Build a Multiplayer Game with Unity + Mirror
26:30
Shrine
Рет қаралды 176 М.
Гайд по Mirror мультиплееру в Unity 2д
18:29
Why Making Multiplayer Games SUCKS
6:46
Tom Weiland
Рет қаралды 409 М.
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 635 М.
Unity Netcode - VPS Headless Linux Server
22:28
Fundy Coding
Рет қаралды 1,3 М.
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 101 МЛН