Тёмный

Easiest Unity Multiplayer! Coherence - Multiplayer unlocked 

Bobsi Tutorials
Подписаться 7 тыс.
Просмотров 4,2 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@BobsiTutorial
@BobsiTutorial Год назад
What will you be using Coherence for? :D Get started here: docs.coherence.io/? Join my discord here: discord.com/invite/HRfzz58NYk
@derbabonennt8876
@derbabonennt8876 Год назад
Nice video. It would actually be cool if you could make a comparison video for the three networking systems and point out the different usecases from them all.
@BobsiTutorial
@BobsiTutorial Год назад
Really good idea! ^^
@HighRollinMedia
@HighRollinMedia Год назад
@@BobsiTutorial Please do it!!
@BobsiTutorial
@BobsiTutorial Год назад
@@HighRollinMedia Noted twice now! ^^
@bidokwuadin9344
@bidokwuadin9344 Год назад
I love ur videos. Was stuck with photon. 20ccu. Thanks
@BobsiTutorial
@BobsiTutorial Год назад
Happy to help out! ^^
@MasterofLupanars
@MasterofLupanars Год назад
Hi, Bobsi. Do you really like it? Comparing to fishnet which you showed before it seems to be much more pay-to-use and less optional. I mean yeah, it looks easy to use and implement, but at the same time you are fully depends of their servers, if I understood it correct. I mean yeah, it's cool they did it, but isn't it like comparing wordpress based hosting with templates to AWS, which have less ready to use solutions but at the same time less restrictions and more abilities to configurate your app? Maybe I am wrong, share your real experience please if you have some.
@BobsiTutorial
@BobsiTutorial Год назад
Generally the comparison you are making is correct. You are paying for a better "out of the box" experience. To be fair, they are free to use, until you need more server power. It is up to you. If you prefer having the full freedom in terms of servers and integrations, no doubt that FishNet is the better option. But if you want it to be as easy to go to as possible, Coherence is an awesome solution. Especially considering that they still allow for a full coding experience as well if you prefer. The code you bake using the tool, you can also edit manually. So for me it depends on what I am making and what the end goal is. If I want something quick and playable, Coherence is an awesome option. If I want to integrate Steam servers or have full control over my own servers and costs, then yes, FishNet is the option. I hope that answers your question properly 🙂
@aonalt
@aonalt Год назад
More of these!
@BobsiTutorial
@BobsiTutorial Год назад
Glad you like it! :D
@AbbeRustMojo
@AbbeRustMojo Год назад
You sound just like coppersan. Almost thought this was ur 2nd channel or something lol
@BobsiTutorial
@BobsiTutorial Год назад
Haha, never heard of him, but that is funny 😂
@nekojin1164
@nekojin1164 Год назад
i would definetly use it! well, if there was a way to pick the player model of course
@BobsiTutorial
@BobsiTutorial Год назад
Glad you like it. What do you mean with a way to pick the player model? ^^
@nekojin1164
@nekojin1164 Год назад
@@BobsiTutorial Yes something like that !, wel i guess fishnet would be better for that
@BobsiTutorial
@BobsiTutorial Год назад
@@nekojin1164 That didn't answer my question at all. What do you mean? I don't think FishNet can do anything unique to Coherence in terms of a player selection if that is what you mean? ^^
@iangraham6730
@iangraham6730 Год назад
What is the cost of this?? Great demo! Thanks for sharing!
@BobsiTutorial
@BobsiTutorial Год назад
Glad you like it! :) I see that the pricing is not missing on their website. I already contacted them about it, so hopefully it is more clear tomorrow. But it is a very scalable and competitive solution in terms of pricing as well.
@iangraham6730
@iangraham6730 Год назад
@@BobsiTutorial Yes it looks great to be honest! Let's just hope the pricing is affordable for the little guys 😉
@BobsiTutorial
@BobsiTutorial Год назад
@@iangraham6730 I don't see why they wouldn't be, if they choose to sponsor smaller youtubers with smaller communities :D They use a credit system, so I imagine you can login to see the price of credits 🤔
@iangraham6730
@iangraham6730 Год назад
@@BobsiTutorial I might have a look tomorrow, I don't have any multiplayer games planned but it would be nice to have a play around with it. Thanks again! 👍
@phonglam1134
@phonglam1134 7 месяцев назад
If there are 1000 users at the same time, can Unity play smoothly?
@BobsiTutorial
@BobsiTutorial 7 месяцев назад
Well it's all up to your programming and how you choose to handle it. It is a large amount of data, but with proper LOD setups as well as networking LOD and awareness of performance when developing, I would say yes.
@Themplez
@Themplez 8 месяцев назад
this one works unlike the other one. but both players freeze. whats wrong with the player movement. like both join and then one cant turn and the other cant move
@BobsiTutorial
@BobsiTutorial 8 месяцев назад
Seems like something with the ownership(authority) or synchronizing setup might be incorrect. Probably worth having a look again or otherwise asking in the Coherence Discord.
@Themplez
@Themplez 8 месяцев назад
@@BobsiTutorial I fixed it and now it works :) btw do I have to keep the console open 24/7 for the servers to be up?
@BobsiTutorial
@BobsiTutorial 8 месяцев назад
@@Themplez well for a local one yes
@Themplez
@Themplez 8 месяцев назад
@@BobsiTutorial how do I make not a local one??
@BobsiTutorial
@BobsiTutorial 8 месяцев назад
@@ThemplezYou don't need to make one, just go to the Coherence dashboard and you have all the control from there.
@asdfrepost-lw5vr
@asdfrepost-lw5vr 8 месяцев назад
why does it control the other player
@BobsiTutorial
@BobsiTutorial 8 месяцев назад
Likely some ownership check/disabling not being setup correctly. Make sure to setup the disabling as done in the video.
@BananaBL-Bonelab
@BananaBL-Bonelab Год назад
how do i set a spawn point
@BobsiTutorial
@BobsiTutorial Год назад
You'd need to script that. Probably worth looking into how they spawn the player and make your own player spawner 🙂
@duelsoldier3048
@duelsoldier3048 Год назад
It doesn’t say how much it costs on their website though
@BobsiTutorial
@BobsiTutorial Год назад
Hmm, true. Let me have a chat with them about that!
Далее
Наши дети захватили кухню!
00:59
Просмотров 230 тыс.
Fake Referee Whistle Moments 😅
00:38
Просмотров 6 млн
The Simplest Unity3d Multiplayer Tutorial Ever
12:22
Просмотров 28 тыс.
Turn your Unity Game Multiplayer, NOW!
3:03
Просмотров 2,7 тыс.
C++ Developer Learns Python
9:26
Просмотров 2,7 млн
10 Unity Tips You (Probably) Didn't Know About
6:47
Просмотров 44 тыс.
Наши дети захватили кухню!
00:59
Просмотров 230 тыс.