How to write multiplayer game code and get big arms at the same time
@dictatoribenevolo83942 жыл бұрын
move the mouse a lot, and throw around ur pc when ur code doesn't work. if ur code sucks as much as mine usually does, u'll get big fast
@tarekchentouf48602 жыл бұрын
I honestly love the high quility of your videos and how you present. really cool
@x_tobi98193 жыл бұрын
I am very impressed, netcode is not easy to start with. I absolutely love the game, keep it up. Small advice don't make a 1 to 1 copy of the game, make it your own. Otherwise I can continue to play it on the wii.
@TJGameDev3 жыл бұрын
Thanks for the kind words, yeah Ill add my own spin to it
@ChurryHN2 жыл бұрын
personally copying a game completely means you know what features you are going to implement so you can focus on implementing these instead of spending time coming up with game ideas, depends why you're making it of course.
@nickmartin32502 жыл бұрын
This helped me be less scared about trying to add multiplayer to my game. Before I was thinking of how I could alter my multiplayer game idea to a simpler single player experience, but now maybe I’ll just focus on making a simple multiplayer game with less mechanics first. I also didn’t know unity had their own server and hosting platforms. Super helpful video thank you! :)
@TJGameDev2 жыл бұрын
Glad it could help, good luck!
@Poniksei Жыл бұрын
i was thinking the same thing, the game i want to make is multiplayer vr and i realized i need to break down and first learn multiplayer, and then learn vr, and then later learn to combine them, but seeing that it is possible really helped.
@N-.-A2 жыл бұрын
Nice vid for new people wanting to learn game dev. It's really nice to see you catching yourself "cheating" with the copy pasta method :D I also agree that just experimenting and actually SEE how it works so you can actually understand the process is better learning. I don't know if it will help you but what I do if there's some code I don't understand I completely stop what I was doing and then not until I FULLY understand it I will continue even if I feel lost. NEVER GIVE UP much love - Fellow Game Dev -edit BRUH. This is your second video on yt whaaaaat?!?! You should be proud of yourself man. Also I like your comedy.
@TJGameDev2 жыл бұрын
Thanks my fellow game dev! Will do
@dualbladedtvrecords43833 жыл бұрын
Honestly, good job! Awaiting further content :D
@ThePoinball2 жыл бұрын
Your learning the Right Way! Small project! Keep it upppp!
@OinkOinkOinkOink2 жыл бұрын
@Dominik-K2 жыл бұрын
Thanks for the video, highly appreciated 🙏 Would love to see more of those
@TJGameDev2 жыл бұрын
Thanks man
@muradpetrosyan51282 жыл бұрын
underratd channell! goodluck
@TJGameDev2 жыл бұрын
Thanks!
@israeli_soldier2 жыл бұрын
Exellent job bro!
@iangraham67302 жыл бұрын
Very nice! Loving the lobby system 👌👏
@TJGameDev2 жыл бұрын
Thanks man!
@yusufhabib35072 жыл бұрын
bro u did a really great job with that , and thanks for tips because I also want to get started with multiplayer
@TJGameDev2 жыл бұрын
Good luck!
@vugas2 жыл бұрын
i love it. i also had the idea to remake the Wii Tanks game in unity and make my own spin off but what i've see here is absolutly perfect! keep it up!
@TJGameDev2 жыл бұрын
Thanks man, it’s a simple enough project that I’m glad I did. You should totally give it a shot and add your own flair
@brujala17752 жыл бұрын
Dude i loved this video, it kind of give me a good perspective on the subject, i shall know where to go from here, second thing is: i aknowledge the way you approach learning new topics, i do work alot on my learning skills, every new topic its an adventure, the first time it's very hard, like climbing very tall stair steps but after goin through many topics you kind of start knowing what is better to rough learn or just know it exists and what is better go deep, i dont know if this is exactly what i want to voice, i had many things to say, also i noticed long time ago, experimenting and doing takes you alot more further than goin through endless tutorials, but ofcourse you always need some starting point some first steps and basis, on every new topic...
@feeziks2 жыл бұрын
Dag that is REAL nice for first time using netcode! Looking forward to see what you put out in the future
@DeusExMachina2033 Жыл бұрын
Great Vid, thanks.
@commenter6212 жыл бұрын
Would be cool to have arena mode in that where you would pvp and dead players would drop power ups that you could pick up...
@sekvojs2 жыл бұрын
Great video, keep up the good work!
@TJGameDev2 жыл бұрын
Thanks!
@jirehmhelmadriaga89262 жыл бұрын
Thanks TJ!
@TJGameDev2 жыл бұрын
You are welcome!
@JoeTheis10 ай бұрын
Great video! From a fellow low-poly tank enjoyer. 😃
@Jicefrost2 жыл бұрын
Great job! continue with youre video :)
@TJGameDev2 жыл бұрын
Thank you!
@Jicefrost2 жыл бұрын
@@TJGameDev May be you may in future create video about creating quick search - match, without creating room name and so on. Or different rooms for few players session 1 vs 1 .
@yours_indie_game_dev Жыл бұрын
how did you stop the behavior where the client startes spinning around at 2:55
@jonibies95042 жыл бұрын
Thumb up because of the hand mic :D
@AndrisGameDev2 жыл бұрын
Nice job man!
@TJGameDev2 жыл бұрын
Thanks!
@darius79683 жыл бұрын
Underrated
@shyaka9612 жыл бұрын
"I went to college for 4 years to ask people to subscribe" 😂😂💀
@xan_dr2 жыл бұрын
Awesome video
@TJGameDev2 жыл бұрын
Thanks
@awesomegamedev2 жыл бұрын
You did something very strange with tank body rotation. Right as you say "It looks pretty solid" (11:28-11:30), the tank rotates 135 degrees instead of 45. What you need to do for the correct behavior, which also accounts for continuous directions possible with a gamepad, is to computer dot (scalar) product between bodyAxis and desiredDirection (bodyAxis.x * desiredDirection.x + bodyAxis.z * desiredDirection.z). If it's positive - rotate towards bodyAxis, if it's negative - rotate towards -bodyAxis (with a minus sign).
@NotTheHeroStudios2 жыл бұрын
I actually built a pc to run a small game like this, but I kept having spawning issues so I went back go my single player games lmfao
@user-bo2wj9iu1t Жыл бұрын
hey guys i have qustion for unity multiplayer im devloping ludo game in unity but I have confusion in one match 4 player can join if more then 4 player join with server and want to play game so what happen and Im want to use aws server not unity so how can handle this please help me im confusion in very time (if we make server build and upload to server then change scene so other player which not ready for game so what happen )
@noobfemdom21962 жыл бұрын
Rofl.... Love the last line
@howllingwilly2 жыл бұрын
Can you make a video on how to make a 3d map design?
@TJGameDev2 жыл бұрын
Probably not but there are endless tutorials already out there
@shivanelf2 жыл бұрын
Well done video, fun to watch. Thank you! What is your monitor stand?
@TJGameDev2 жыл бұрын
Thanks. There’s 2, one holds 2 monitors, the other holds 1. They’re just the cheapest desk mounted arms on Amazon, like $30 each I think. One says VIVO on the base.
@milkyywayyyy2592 жыл бұрын
Not sure if you're aware but a KZbinr called Thomas Stewart is making a Tank game very similar to this
@kovernorbi2 жыл бұрын
Hi there, great video! So the way it works is that you have the relay , and hosts connect to the relay, then clients connect to the host but the packets go through the relay every time right? So it's still a client-server model but you have the relay taking care of the information.
@jhappysemall2269 Жыл бұрын
Agreed. I learn alot more experimenting, for shizzle. I do it to myself a little too much though because I'll spend days trying shit on my own before saying FUCK, i need a tutor.
@happymeerkat55362 жыл бұрын
Nice vid, it came along nicely. I am just wondering how you made a leave button though? I am using relay with netcode and whenever I call shutdown, I can never rejoin another lobby. What did you use?
@milkywaygalaxymedia43113 жыл бұрын
nice bro .. WICKED...!!!!
@masud46622 жыл бұрын
Can you please tell me your Road Map to be a gameDev. I really want to be one, please give me some suggestion. BTW Love your contents
@TJGameDev2 жыл бұрын
I just followed a lot of tutorials. I didn’t go to school for it
@haryadXD2 жыл бұрын
nice vid make more please'
@thg1nrediar2 жыл бұрын
Good
@panickal2 жыл бұрын
neat
@gambikules2 жыл бұрын
CompareTag faster than tag
@TJGameDev2 жыл бұрын
Didn’t know that thanks
@alkanakisu46263 жыл бұрын
can you share the code
@desawwww2 жыл бұрын
make your own
@ThatOneRobloxDev2 жыл бұрын
You can always just use photon -_-
@TJGameDev2 жыл бұрын
Haha true
@SpaceKebab2 жыл бұрын
making a multiplayer game is ruining my mental state