Тёмный
BRY
BRY
BRY
Подписаться
Комментарии
@flikified
@flikified 3 дня назад
if you come back i will give you not one but TWO slices of cheese
@nikoheino3927
@nikoheino3927 10 дней назад
thank you! and now im annoyed at every other replication tutorial. i watched dozens, and none of them mentioned anything about the server having a copy of each players blueprint, running things independently. i just thought that the "run on server" runs it on the server in general, and not in the specific players blueprint thats located in the server.
@bulletmunchr
@bulletmunchr 27 дней назад
Switch HasAuthority is not being used correctly, HasAuthority can be both Server and Client, and in the Unreal Engine network model, the local client owns the Player Controller and Pawn and thus has authority. You can use this for example for setting widgets. Essentially, Authority is over who *spawns* the actor, so the server spawns their own actor and the client spawns their own actor, and both have authority. You have to be very careful with HasAuthority because it CANNOT 100% of the time determine if you're the server or the client. Use IsServer or Server RPCs to handle Server Authoritative integrity.
@omerfaruktank5086
@omerfaruktank5086 29 дней назад
I designed a way where I want the character's speed to increase when pressing the W key and decrease when pressing the S key. But I get the flickering problem in the same way and even if I write and run it with a function that executes on the server as shown, the problem does not improve. I control this situation with InputScaleValues in Tick event.
@omerfaruktank5086
@omerfaruktank5086 29 дней назад
I'm currently using ability System and write these in activateAbility function but still not working
@Monokirb
@Monokirb 2 месяца назад
Hope you'll make part 5 one day 😢
@PeggFan76
@PeggFan76 2 месяца назад
oh no!! part 5!!!!!! =P
@PeggFan76
@PeggFan76 2 месяца назад
This series is sofar the most entertaining, clear and concise tutorial i have seen. You're a riot and very good at explaining technical concepts.
@programthis3805
@programthis3805 3 месяца назад
What a great video!
@TheAngryRubberDuck
@TheAngryRubberDuck 3 месяца назад
Dude. This is an amazing series.
@zealg4mr254
@zealg4mr254 4 месяца назад
My eyes! (Line Trace)
@Spywk
@Spywk 4 месяца назад
These videos are MASTERPIECES!!
@danielsteward1351
@danielsteward1351 4 месяца назад
The most amusing techie video I have seen. Content great as well of course.
@BaseRealityVR
@BaseRealityVR 5 месяцев назад
THESE VIDS ARE GREAT ! I Really like the visual Illistrations too. makes it very clean and easy to understand . great job!
@kylekatzin1563
@kylekatzin1563 5 месяцев назад
The visual are kickass
@ScroseOfficial
@ScroseOfficial 5 месяцев назад
It would be lovely if you don't die, Bry.
@DodgerEcho
@DodgerEcho 5 месяцев назад
I like all your video in you channel!
@DodgerEcho
@DodgerEcho 5 месяцев назад
When I watch your lessons, I do not miss a second of the information coming from them, since everything is very clear and understandable, if you skip even one second, the puzzle does not add up and valuable information disappears from view.
@DodgerEcho
@DodgerEcho 5 месяцев назад
All your illustrations of how it works for beginners are especially important in order to build a chain of the process of working one or another mechanic in your head and 100 percent understand how it all works.
@DodgerEcho
@DodgerEcho 5 месяцев назад
Super Chanel!👍👍👍
@DodgerEcho
@DodgerEcho 5 месяцев назад
I love such channels, where information is presented as in a nursery, chewed up information and put it in my mouth. Definitely, Like and Subscribe!
@ss_ramsay
@ss_ramsay 5 месяцев назад
😢 please part 5
@aliazgarrakib3139
@aliazgarrakib3139 5 месяцев назад
Still wating for part 5 like some dude exploring florida for 25 feet burmies python
@user-os6gi9sn8k
@user-os6gi9sn8k 6 месяцев назад
lol
@allashama
@allashama 6 месяцев назад
I really liked watching this video.mixing some humour was funny. I hope you good continuation. Peace! I learned a lots from this video, thank you.
@middleagedshred
@middleagedshred 7 месяцев назад
left wanting..no, needing more..)
@middleagedshred
@middleagedshred 7 месяцев назад
amazing stuff..perfect execution..not too fast not too slow..already watched part 4 and had to watch the rest...it,s been a while hope theres more soon..theres not a teacher like this on youtube
@middleagedshred
@middleagedshred 7 месяцев назад
The world needs more of these
@middleagedshred
@middleagedshred 7 месяцев назад
I hope nothing dark has happened ..this is world class
@DomOMediaProductions
@DomOMediaProductions 8 месяцев назад
WHERE is part 5
@dievas_
@dievas_ 8 месяцев назад
I wonder how many people died waiting for part 5 already.
@QuestionableMorality
@QuestionableMorality 9 месяцев назад
I like shorter videos Mr. BRY
@ragingraijin
@ragingraijin 9 месяцев назад
Wow, this is one of the best tutorials I've ever seen
@LudwigvanBeethoven2
@LudwigvanBeethoven2 9 месяцев назад
I really enjoyed this tutorial Thank you!. I wish you continued this series.
@LudwigvanBeethoven2
@LudwigvanBeethoven2 9 месяцев назад
I really enjoyed this tutorial Thank you!. I wish you continued this series.
@card00r
@card00r 9 месяцев назад
An amazingly informative and fun approach to learning replication. I have learnt so much, thank you so much for taking the time to make these. Its a long shot but hope Part 5 comes out in 2024 🙏
@ThePavilionWeb
@ThePavilionWeb 9 месяцев назад
Part 5 was going to be the Holy Grail I have been after, why stop there?, this was great content, come on Bry you tease!
@videosforsmallbusinesses53
@videosforsmallbusinesses53 10 месяцев назад
NGL @9:24 Made me subscribe!!
@NortandoGames
@NortandoGames 10 месяцев назад
I dont think Authority means the server? If a client spawns or does something and he is the owner of said object, he has authority
@NortandoGames
@NortandoGames 10 месяцев назад
So "Replicate Movement" replicates the transform of the object. So in theory if I wanted only the location to be replicated, wouldn't it be cheaper to replicate the location with a notify to set the location at a specified interval?
@JaymoHome
@JaymoHome 10 месяцев назад
Are you still active and programming?
@brynertoma
@brynertoma 10 месяцев назад
Yes, always! 😁
@BaldiTheMelonHead-jf5vw
@BaldiTheMelonHead-jf5vw 11 месяцев назад
My sphere seems to be 100x100x100 rather than yours which is 1x1x1. How can I change this? Edit: Never mind I just migrated that mesh from your project to mine lol
@Classymarc
@Classymarc 11 месяцев назад
Great tutorial, but I have noticed 1 mistake you should update. at 15:41, you said that you might get sued by Marvel for making the Flash, but the Flash is owned by DC Comics.
@joeanrachelmiller6529
@joeanrachelmiller6529 Год назад
He's got jokes! 👍
@NinjhaCypriot
@NinjhaCypriot Год назад
Rip Part 5 !
@taariqmartin7743
@taariqmartin7743 Год назад
Lol in my code only the last one is false and the rest I just did now
@mcart567
@mcart567 Год назад
Instead of setting the scale of the sphere, why not just change it's radius?
@SamuTheFrog
@SamuTheFrog Год назад
Bro you put SO MUCH effort into making these videos & I'd just like you to know it hasn't gone unnoticed. So many unnecessary things but you put forth the time & effort just to make the overall quality better. Its awesome bro. Keep doin you