What are Delegates? (C# Basics, Lambda, Action, Func)

🌍 FREE C# Beginner Complete Course! • Learn C# Beginner FREE...
🔴 Watch my Complete FREE Game Dev Course! 🌍 • Learn Unity Beginner/I...
📝 C# Basics to Advanced Playlist • C# Basics to Advanced
🌍 Get my Complete Courses! ✅ unitycodemonkey.com/courses​
👍 Learn to make awesome games step-by-step from start to finish.
🎮 Get my Steam Games unitycodemonkey.com/gamebundle
✅ Let's check out what are Delegates in C# and how they help us write cleaner and more modular code.
Learn Unity in 17 MINUTES!
• Learn Unity in 17 MINU...
Learn C# BASICS in 10 MINUTES!
• Learn C# BASICS in 10 ...
What are Events? (C# Basics)
• What are Events? (C# B...
What are Delegates? (C# Basics, Lambda, Action, Func)
• What are Delegates? (C...
What are Interfaces? (C# Basics)
• What are Interfaces? (...
What are Generics? (C# Basics)
• What are Generics? (C#...
What are Loops? (C# Basics, for, while, do)
• What are Loops? (C# Ba...
Unity Tips in 10 MINUTES!
• 12 MORE Unity Tips in ...
Unity Basics for Beginners
• Learn Unity in 17 MINU...
Trigger an Action after some Time
• Trigger an Action afte...
Ability Bar in Unity (Swap Weapons/Items)
• Ability Bar in Unity (...
If you have any questions post them in the comments and I'll do my best to answer them.
🔔 Subscribe for more Unity Tutorials / @codemonkeyunity
See you next time!
📍 Support on Patreon / unitycodemonkey
🤖 Join the Community Discord / discord
📦 Grab the Game Bundle at unitycodemonkey.com/gameBundl...
📝 Get the Code Monkey Utilities at unitycodemonkey.com/utils.php
#unitytutorial #unity3d #unity2d
--------------------------------------------------------------------
Hello and welcome, I am your Code Monkey and here you will learn everything about Game Development in Unity 2D using C#.
I've been developing games for several years with 7 published games on Steam and now I'm sharing my knowledge to help you on your own game development journey.
You can see my games at www.endlessloopstudios.com
--------------------------------------------------------------------
- Website: unitycodemonkey.com/
- Twitter: / unitycodemonkey
- Facebook: / unitycodemonkey

Пікірлер: 487

  • @CodeMonkeyUnity
    @CodeMonkeyUnity4 жыл бұрын

    🌍 FREE C# Beginner Complete Course! kzread.info/dash/bejne/ooaZtJiTadWxXdI.html 🔴 Watch my Complete FREE Game Dev Course! 🌍 kzread.info/dash/bejne/c6F7taeBZ7TJdMo.html 📝 C# Basics to Advanced Playlist kzread.info/head/PLzDRvYVwl53t2GGC4rV_AmH7vSvSqjVmz 🌐 Have you found the videos Helpful and Valuable? ❤️ Get my Courses unitycodemonkey.com/courses or my Steam Games 🎮 unitycodemonkey.com/gamebundle Here's the highly requested Delegates video! Learn how to use this insanely powerful C# feature!

  • @ahsanmehmoodqureshi7035

    @ahsanmehmoodqureshi7035

    4 жыл бұрын

    Basic to advance full tutorial playlist link???

  • @rolas2700

    @rolas2700

    4 жыл бұрын

    Lol wtf yesterday we just started learning delegates and here I go. What a timing xD...

  • @adamodimattia

    @adamodimattia

    4 жыл бұрын

    You already made the best tutorials there are on events and delegates... Now please tackle interfaces and some practical game examples. Ps. What do you think about DI and Zenject in Unity? Is it worth a tutorial? Or a series? Does using it makes sense? Thanks for great stuff, for many things even if I already know and use them I still come here to get your angle on it.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    4 жыл бұрын

    Right now this is only the second C# video but I plan to continue making them towards building a Beginner to Advanced C# Playlist.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    4 жыл бұрын

    Yup Interfaces is definitely a topic I'd like to cover, I have a video coming soon on how to make a Modular Character Controller which uses Interfaces a lot in order to make the modules. Dependency Injection is something that I always keep in the back of my mind and it really helps me write cleaner more decoupled code.

  • @_Garm_
    @_Garm_4 жыл бұрын

    finally some one who explains how to use delegates, not how to create the delegates ! thank you :D

  • @Gers217
    @Gers2174 жыл бұрын

    So delegates are like variables that store functions. Nice video. Waiting for more of this kind of topic

  • @ruffone8047

    @ruffone8047

    4 жыл бұрын

    This is the beat long-handed description of the term "delegates" I have heard. I had trouble wrapping my head around the term, but I read this comment and it clicked.

  • @SkeleTonHammer

    @SkeleTonHammer

    3 жыл бұрын

    I've used delegates before but never understood entirely how they work, and I always forget how to set them up, and what I can do with them, without looking up an example every time. This explanation just made it all click finally.

  • @ScilexGuitar

    @ScilexGuitar

    3 жыл бұрын

    Made it click, thank you

  • @MasterBroNetwork

    @MasterBroNetwork

    2 жыл бұрын

    Kind of like Lua Metatables then.

  • @kobey2333

    @kobey2333

    Жыл бұрын

    3 years later this comment made delegates fully make sense

  • @77BeerGuy
    @77BeerGuy3 жыл бұрын

    I'm still having a hard time wrapping my head around all the new terms, but this video has clarified so much about the delagate system. I especially liked how you broke down the delegate, then showed exactly what was going on behind the scene, followed by an iteration the syntax, examples, and another iteration. Now I can go back to the older videos and finally understand what you are writing! I feel like you just unlocked hours of your videos (an others who use variations of the other syntax) for me. Thanks!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    I'm glad you found the video useful! Thanks!

  • @andrewalexart

    @andrewalexart

    2 жыл бұрын

    Same! finaly can understand previous videos! :D

  • @deadly_artist
    @deadly_artist4 жыл бұрын

    Dude, I was always wondering what that weird looking code was supposed to do that some people used. glad i stumbled over this video explaining everything extremely understandable.

  • @JanZbedny
    @JanZbedny4 жыл бұрын

    Excellent tutorial, thank you!

  • @Kokomo78
    @Kokomo783 жыл бұрын

    I checked almost 10 video tutorial to understand why I should use 'Delegate' but none of them gave me a clear understanding. But your tutorial, specifically the clip from 15:00 clear off all the clouds in my head. Now I know! Amazing clip! Thank you a lot.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    I'm glad the video helped you!

  • @erz3030
    @erz30304 жыл бұрын

    I dunno what it is about you, but you explain things in such a way where a thing I had a 50% grasp on previously, now make SO MUCH SENSE. I could watch 5 other videos on the subject, and this is the only one that I feel that got me to the point of understanding WHY/HOW it's implemented. Your examples are so simple but thorough!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    4 жыл бұрын

    Thanks! Glad you found the video helpful!

  • @bausHuck
    @bausHuck4 жыл бұрын

    Been trying to find information about Events all day. So many videos talked about delegates and never explained them simply for a beginner. You are the first to simplify it. Now I think I understand Delegates and how Events relate to them. You also showed great ways to use them so I can see their potential (and also how bad my beginner code is). Thanks.

  • @robertmcdonell831
    @robertmcdonell8313 жыл бұрын

    Thank you so much for such an awesome and helpful tutorial! Also, important to note: We found out that although we cannot explicitly refer to and remove a lambda expressed function from the delegate, you can still clear out the delegate if necessary like this: public void RemoveAllCallbacks() { Delegate[] myDelegateList = MyDelegate.GetInvocationList(); if (MyDelegate != null) { foreach (var method in MyDelegate) MyDelegate -= method as DelegateCall; } } This has helped up tremendously. Thank you so much!

  • @mrCetus
    @mrCetus2 жыл бұрын

    Awesome video, thank you for explaining "why we should use it" (not only "how") and providing the practical examples!

  • @teh1archon
    @teh1archon3 жыл бұрын

    Thank you very much! I've been working with delegates professionally for almost two years now but I couldn't do it right without referencing from previous work how to do it right, but after this video it is finally nailed down in my brain. You're the man!

  • @nikodemos71
    @nikodemos713 жыл бұрын

    "Mindblown" would describe precisely the way I felt when you showed the example about the attack types! Most games I've done so far are really, really simple projects but if I kept coding in the trivial way I would face obvious scalability issues in the future, well no more, thanks to this tutorial!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    I'm glad you found the video useful!

  • @jahoopyjaheepu497
    @jahoopyjaheepu4974 жыл бұрын

    One of the best and clearest delegate explanation videos on KZread. Great!

  • @zenbrandon
    @zenbrandon4 жыл бұрын

    I've just found your channel, and I can safely say you are easily my new favorite game dev channel. Keep up the awesome work, man!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    4 жыл бұрын

    Thanks!

  • @amitbaghel9584
    @amitbaghel95843 жыл бұрын

    Not a game developer. I have learned the basics of all these concepts which I could not until now. Everything was mystery and now it seems so straight forward. Thanks..!!

  • @michaelross3061
    @michaelross30612 жыл бұрын

    Definitely highlights some extremely useful ways to implement delegates. Great video! Thanks 😊

  • @TwitchCronos100
    @TwitchCronos1004 жыл бұрын

    Interesting and well-made video on delegates, I have never really understood when to use them efficiently before working with APIs for the most part in my work, but I can definitely see the use of it now for games especially and will try to apply it to my own hobby games. Thank you for a great video!

  • @mostafaebeed9749
    @mostafaebeed97494 жыл бұрын

    wow i was always struggling with delegates and events but you sir made them extremely easy ... thank you ... you are my best teacher

  • @logiis6
    @logiis64 жыл бұрын

    I never understood how to implement delegates. I watched dozens of videos. Now I understand. THANKS.

  • @Bengha2011
    @Bengha20113 жыл бұрын

    Love your videos! I have been coding for 20 years....but still learn new stuff with your vids.

  • @JoramVanhaerens
    @JoramVanhaerens3 жыл бұрын

    Probably the best tutorial i've followed on the subject thus far. Much appreciated!

  • @bahrig
    @bahrig2 жыл бұрын

    after watching dozens of videos which includes some of yours also, this made everything clear. i mean every single detail is super clear now. thanks for your effort

  • @aquaarmour4924
    @aquaarmour49244 жыл бұрын

    There have been very high quality, highly requested and very helpful videos during the past few weeks. Thank you so much for your effort.

  • @aquaarmour4924

    @aquaarmour4924

    4 жыл бұрын

    I personally don't really care about DOTS right now as there are many basic features that don't work in it right now and by the time dots is production ready, a lot of it will be different so I will have to relearn. I am personally just going to wait for it to be production ready.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    4 жыл бұрын

    The DOTS core is meant to come out of Preview in 2-3 months so while it will take a long time for all the tools like UI, NavMesh, etc, to be converted into DOTS the base shouldn't really change significantly.

  • @foreducation408
    @foreducation4082 жыл бұрын

    this is soo in-depth, just what I needed, at the time I am increasing my C# knowledge and your tutorials and the unity official ones are the most helpful although your videos are more in-depth that's what I prefer, thanks for making these awesome videos.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad the video helped you! Thanks!

  • @overrideFunction
    @overrideFunction Жыл бұрын

    Thanks for giving a real-world game use case. That really helped me understand why learning this would be valuable.

  • @chikato7106
    @chikato71064 жыл бұрын

    Sweet!! I'm loving these c# core tutorials. I have a Unity Engineer interview coming up and I feel like an imposter, so I hope I get it. Going through these videos help.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    4 жыл бұрын

    Best of luck!

  • @EgyptUnderGroundArmy

    @EgyptUnderGroundArmy

    4 жыл бұрын

    I hope you got the job dude!

  • @cyberfalcon2872

    @cyberfalcon2872

    4 жыл бұрын

    10 biggest cliffhangers in the history... number 3:

  • @krzysztofpaszkiewicz1274

    @krzysztofpaszkiewicz1274

    3 жыл бұрын

    He was the impostor. He was ejected... ;)

  • @BeansEnjoyer911
    @BeansEnjoyer9113 жыл бұрын

    Subscribed. I’m a .Net engineer about a year and a half of experience. This video was super helpful.

  • @user-hz4tc2pf3x
    @user-hz4tc2pf3x4 жыл бұрын

    This is crazy good. Bonus points for making your code look like a transformer from 3020

  • @giovannazanella
    @giovannazanella2 жыл бұрын

    I was following the concept but only really grasped it when you gave the examples at the end. thank you for this!

  • @olon1993
    @olon19932 жыл бұрын

    Amazing tutorial! The demonstration of specific use cases really made it all click for me.

  • @dspartan007
    @dspartan0074 жыл бұрын

    This one, and the video about events, were really helpful. Thanks.

  • @kaminmiller
    @kaminmiller10 ай бұрын

    I'm just getting started with Unity and C# and had been having troubles with Event Systems, and just 4 minutes in to this video it finally clicked. Thank you for this.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    10 ай бұрын

    I'm glad the video helped, thanks!

  • @Vengrix
    @Vengrix3 жыл бұрын

    WOW!!! amazing video!! I've been learning unity for the alst 2 months and this open my mind, I'm pretty sure my code will improve a lot by knowing all this. Thank you! =D

  • @thomasremastered6941
    @thomasremastered694111 ай бұрын

    I'm just impressed about how you are able to explain something that was hard for me to understand in a few minutes only ! Thank you for this amazing tutorial ! I'm definitely subscribing to this channel, and going to watch the other tutorials about c sharp basics !

  • @ByzantineFault
    @ByzantineFault2 жыл бұрын

    Thank you so much! I've been struggling with those a lot. This made my understanding a little bit clearer

  • @kushagraagarwal7813
    @kushagraagarwal78133 жыл бұрын

    Awesome tutorial, immensely useful yet simple intuitive code-based examples. More power to you

  • @dannykay4649
    @dannykay46494 жыл бұрын

    Didn't know much about the Func types. The event videos are really awesome!

  • @torkdevs7723
    @torkdevs77234 жыл бұрын

    Thank you! This made me understand delegates a lot more, and it gave me and idea on how to solve an issue I've been having.

  • @eu.gabs.silva.
    @eu.gabs.silva.4 жыл бұрын

    Like Always, your videos are just amazing. I watched the Basics Events one and now this....I really feel I'm leveling up. Thaaaaaaanks.

  • @gligom
    @gligom3 жыл бұрын

    Thank you! I have learned from this video what i have not from 100 books and other 100 videos. I am not a game developer, more on the web apps and database, but with you i can that i will start learning Unity ☺️

  • @neodos
    @neodos Жыл бұрын

    Fantastic tutorial, simple and concise, great examples of use cases, thank you.

  • @superjohndogg
    @superjohndogg3 жыл бұрын

    This is the best video for explaining these concepts! Great work mate and thanks

  • @lesarch
    @lesarch Жыл бұрын

    How did I not understand all these before your video? Amazing tutorial!

  • @Phasma_Tacitus
    @Phasma_Tacitus2 жыл бұрын

    You're a godsend. Great programmer with great didactics.

  • @fernandosouto4199
    @fernandosouto41994 жыл бұрын

    I am really stunned with these tutorials! Thanks alot!

  • @IdBeBack
    @IdBeBack Жыл бұрын

    Never learned so much in "Intro", thanks!

  • @alsantour8835
    @alsantour88354 жыл бұрын

    Great video and great job explaining it! I often use Action and Event delegates, and understand how they work through using them, but good to get a simple explanation from the ground up! I always got wierded out by lambdas but I think I get it now!!

  • @Sampza12
    @Sampza124 жыл бұрын

    Very helpful video. These c# basics videos are very clear to understand and they have a lot of good information

  • @NuttyMongrel
    @NuttyMongrel3 жыл бұрын

    Thanks! The punch/sword attack example helped clarify for me why actions are actually useful

  • @jackwo95
    @jackwo95 Жыл бұрын

    Great video! It sure made me understand how delegate works! Thank you so much!

  • @Patricebrouh
    @Patricebrouh2 жыл бұрын

    Excellent tutorial. Thanks to your video, I fully understand what are delegates, lambda expression, action, etc. Before I was afraid of these statements

  • @rambertoeco8930
    @rambertoeco89302 жыл бұрын

    Another splendid one, thanks!

  • @hidemat5141
    @hidemat51413 жыл бұрын

    This is an awesome explanation for delegates, thanks so much.

  • @rocksfire4390
    @rocksfire43904 жыл бұрын

    i wish this video was around before i learned from many many other videos. this explanation/showcase is simple and clean and the last 3ish minutes has to be the best way to showcase the practical uses of delegates i have ever seen. nothing worse then getting examples that make no sense and/or have no practical use.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    4 жыл бұрын

    Thanks! I do try very hard to teach the theory and also show practical use cases.

  • @marino1805

    @marino1805

    4 жыл бұрын

    yeah the last part was really nice

  • @whocares6763
    @whocares67633 жыл бұрын

    Never learnd so much in such short Time.Thx for the awesome Stuff.

  • @mouseclicker4955
    @mouseclicker49552 жыл бұрын

    Oh my goodness! I finally understand why delegates are useful. This is perhaps the only online resource that clearly explains what delegates are and how to practically use them - and it's free! You're amazing!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad the video helped you! Thanks!

  • @3isr3g3n
    @3isr3g3n2 ай бұрын

    Mate this is gold i'm gonna recommend it to my former game design class teacher

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 ай бұрын

    I'm glad you liked the video!

  • @huachimingoX
    @huachimingoX4 жыл бұрын

    man thank you for your videos, watching you its more fun than watching netflix

  • @lephobix
    @lephobix3 жыл бұрын

    Omg finally I found this tutorial! I never understood how lambda functions work...thx for the nice tutorial!🤗

  • @tubejuanso
    @tubejuanso Жыл бұрын

    Great and simple video man, much better than reading the MS documentation!

  • @kopilkaiser8991
    @kopilkaiser8991 Жыл бұрын

    You are the best tutor available on KZread. I understood a lot on Delegates watching your explaination.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    Thanks! I'm glad the video helped you!

  • @ligacaopeptidica7524
    @ligacaopeptidica75244 жыл бұрын

    I love your tutorials so much

  • @gamedevGod
    @gamedevGod2 жыл бұрын

    It is best video about C# delegates all over youtube. Thank you so much for you work! My head was exploding because of delegates, but now I understand a lot

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    2 жыл бұрын

    I'm glad the video helped you! Thanks!

  • @rushas
    @rushas3 жыл бұрын

    This flew way above my head

  • @Mikael._
    @Mikael._3 жыл бұрын

    Great tutorial, spent my weekend with no internet, and did some timer functions for my Tycoon game buildings. This is very interesting, will try to implement tonight cause there are diferent buildings using diferent timers and actions. Thanks ^^.

  • @GregX999
    @GregX999 Жыл бұрын

    I watched this after watching like 3 or 4 other videos about delegates. The other videos were a waste of time - I should have started with this one! By far the clearest explanation and examples.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    I'm glad you found the video helpful! Thanks!

  • @minkymoo5773
    @minkymoo57732 жыл бұрын

    Oh, this seems really useful! Thank you!

  • @NewbNinjas
    @NewbNinjas Жыл бұрын

    So back to delegates, this stuff has finally sunk in. It's only my third time using them so it's not like it took me 3 months to learn it but I thought I'd say thanks AGAIN because this should really help me get through your Unity NetCode tutorials. Thanks a million CM.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    Heh it does take a while to click but when it does it's another excellent tool in your toolbox!

  • @purpl3grape
    @purpl3grape2 жыл бұрын

    Petition to rename 'func' to 'funk'

  • @chakravarthye
    @chakravarthye3 жыл бұрын

    Lovely explanation. Thank you

  • @to-bt3le
    @to-bt3le4 жыл бұрын

    Really helpful for beginners. Thank you ~

  • @JakobTheQuizGuy
    @JakobTheQuizGuy4 жыл бұрын

    Amazing tutorial, thank you so much!

  • @amosegel2510
    @amosegel25103 жыл бұрын

    It is incredible how fast you type.

  • @cr1st164
    @cr1st1643 жыл бұрын

    This was so amazing!

  • @hippogamez7937
    @hippogamez79372 жыл бұрын

    Thank you code monkey for making me a better programmer every day!

  • @phutureproof
    @phutureproof5 ай бұрын

    Man, I stumbled on your complete course, am halfway through it but I have my own ideas I keep trying and I gotta say every question I have, you have a video for, cheers!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    5 ай бұрын

    Nice! Great job on applying your own ideas, that's how you truly learn! Keep at it!

  • @jonatansanchez1840
    @jonatansanchez1840 Жыл бұрын

    Awesome explanation! Well done, thanks a lot.

  • @jean-michel.houbre
    @jean-michel.houbre4 жыл бұрын

    I love the delegates even more!

  • @Oliver_Koppert
    @Oliver_Koppert2 жыл бұрын

    Really useful video, thanks!

  • @HikeThePlanets
    @HikeThePlanets3 жыл бұрын

    You're a genius teacher, thank you!

  • @samizafar7491
    @samizafar7491 Жыл бұрын

    Your channel is underrated you should be trending. The way you explain things is stunning. I am a self taught developer so its great to have a simple but top the point explanation. Great work.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    I'm glad you like the videos! Thanks!

  • @RafaAyadi
    @RafaAyadi11 ай бұрын

    Great tutorial. Thanks!

  • @CrAzYpotpie
    @CrAzYpotpie2 жыл бұрын

    Great video, thanks for the detailed explanation each step of the way.

  • @icantsurf89
    @icantsurf894 жыл бұрын

    What a great video, thanks for the real world examples.

  • @glasgood9907
    @glasgood99078 ай бұрын

    Fantastic use case examples.

  • @henriquecursino5730
    @henriquecursino57303 жыл бұрын

    This video is brilliant!

  • @waleedsaeed8
    @waleedsaeed82 жыл бұрын

    best Delegates video on KZread

  • @shpol3018
    @shpol30182 жыл бұрын

    Great video , thank you!

  • @nelsonthekinger
    @nelsonthekinger2 жыл бұрын

    Very very clean explanation, this was beautiful, congrats (Y)

  • @farvardinmainyu1961
    @farvardinmainyu19614 жыл бұрын

    Thank you Code Monkey. Excellent tutorials.

  • @iexuvia4610
    @iexuvia4610 Жыл бұрын

    wow, it's cleaner and shorter, amazingly explains how to use delegate!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    Yup it's an awesome C# feature! super useful

  • @bathi1953
    @bathi19533 жыл бұрын

    Really Useful explaination .Thanks alot .It's good to see code in Action

  • @hritikbaliyan8795
    @hritikbaliyan87953 жыл бұрын

    I am starting to love coding after watching your tutorials. Thanks CodeMonkey!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    3 жыл бұрын

    I'm glad the videos helped you! Thanks!

  • @yassinealoui7539
    @yassinealoui75394 жыл бұрын

    A very good and simple explanation . thank you

  • @JayadevHaddadi
    @JayadevHaddadi2 жыл бұрын

    one of the most useful c-sharp videos! thanks 👍🙏😊

  • @alek3474
    @alek34743 жыл бұрын

    Perfect! Very very useful

  • @aditijha5737
    @aditijha5737 Жыл бұрын

    Finally understood the concept! Thanks for making such awesome videos!! Love from India!!!

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    I'm glad the video helped you! Thanks!

  • @abtinb.f691
    @abtinb.f691 Жыл бұрын

    thanks a lot, it helped me understand the core idea of Delegates. Great examples by the way.

  • @CodeMonkeyUnity

    @CodeMonkeyUnity

    Жыл бұрын

    I'm glad the video helped you! Thanks!

  • @Caphalem
    @Caphalem3 жыл бұрын

    A Unity developer that knows how to C# properly? That's an easy sub :P