Learn C# FREE Tutorial Course Beginner to Advanced! [2024 - 12 HOURS]

  Рет қаралды 60,865

Code Monkey

Ай бұрын

🌍 Get the Premium Course! cmonkey.co/csharpcompletecourse
💬 Learn by doing the Interactive Exercises and everything else in the companion project!
❤️ Watch my FREE Complete Courses kzbin.info/www/bejne/pYumk6B4a9Sjrrs
🎮 Play my Steam game! cmonkey.co/dinkyguardians
🌍 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
🔴 RELATED VIDEOS 🔴
Learn Unity Beginner/Intermediate 2023 (FREE COMPLETE Course - Unity Tutorial) kzbin.info/www/bejne/d56qhHh-bLaWesk
Learn Unity Multiplayer (FREE Complete Course, Netcode for Game Objects Unity Tutorial) kzbin.info/www/bejne/bZjPdKZ8bsupadU
Learn Unity DOTS! kzbin.info/www/bejne/epPEmamJqb-Xjpo
Take your Skills to the NEXT LEVEL by making a Turn-Based Strategy game! (Unity Complete Course) kzbin.info/www/bejne/h3XVkKOgr8qXrJI
My Game Dev Journey (40+ Games! | mIRC to Flash to Steam) kzbin.info/www/bejne/ZqvWlIOclLpkjLs
Day in the Life of a Game Dev and KZbinr kzbin.info/www/bejne/h6qpint-ZZWrrpY
How much MONEY my Game made (and how much it cost!) kzbin.info/www/bejne/nZiWiaWsbM-Iqs0
Ultimate Unity Overview (70 Tools and Features Explained!) kzbin.info/www/bejne/javNZYKbps6qd9E
💬 Here is my FREE C# complete course!
This covers all topics, from Beginner to Intermediate and Advanced. In total over 12 hours split across 95 Lectures.
Starting on the Beginner section from the absolute basics like how code executes line by line and what is a Variable.
Then covering Intermediate topics like what are Interfaces, Generics and Events and how you can use them to build awesome things.
You will also learn the theory behind how to choose good Naming Rules, Clean Code Guidelines and learn about Design Patterns.
And finally in the Advanced section it covers very interesting topics like Reflection, Async programming and Multithreading
So in this entire course I did try to cover almost everything related to C#, from beginner to intermediate and advanced.
If you enjoy this FREE video check out the Premium version of the course with a bunch of nice bonuses like Interactive Exercises to help you LEARN BY DOING!
🌍 Get the Premium Course! cmonkey.co/csharpcompletecourse
TIMESTAMPS
00:00:00 Intro
00:08:22 Course Overview
00:22:06 What is C#
00:23:42 How to get Help
00:26:26 Getting Started Visual Studio
00:33:23 Unity Install and Basics
00:45:07 How the Companion Project Works
00:51:24 Common Errors
01:03:05 Programming Basics
01:10:42 Variables
01:18:11 Variables Companion Project Walkthrough
01:39:17 Data Types
01:56:20 If Statements, Conditions
02:11:24 Switch
02:14:57 Functions
02:30:16 Scope
02:36:15 Comments
02:40:43 Arrays, Lists
02:51:55 Loops
03:06:39 Class
03:21:01 Static
03:29:13 Access Modifiers
03:34:38 Naming Rules
03:39:33 Clean Code Guidelines
03:52:31 Beginner Project
04:03:14 Beginner Summary
04:05:05 Beginner Ending
04:06:09 Intermediate Intro
04:07:51 Intermediate Overview
04:11:20 Visual Studio Shortcuts
04:27:51 Refactoring
04:30:13 Enums
04:38:06 Properties
04:45:04 Multidimensional Arrays
04:52:59 Nested Loops
04:59:33 Recursion
05:05:04 Dictionary
05:13:37 Other Collections
05:19:08 params
05:21:47 Optional Parameters
05:26:33 Value Type vs Reference Types
05:35:45 Struct
05:42:44 Class Intermediate
06:00:40 Interfaces
06:12:19 Type casting, is, as
06:20:41 Switch Pattern Matching
06:23:55 Delegates
06:35:29 Local Function vs Lambda
06:39:06 Events
06:53:43 Generics
07:04:40 Constants, readonly
07:09:24 Exceptions, Try Catch Finally
07:16:28 IEnumerable
07:25:07 Namespaces
07:29:58 Singleton Pattern
07:39:53 Design Patterns
07:44:14 Intermediate Project
08:09:11 Intermediate Ending
08:10:53 Advanced Intro
08:11:45 Advanced Overview
08:19:52 Reflection
08:34:13 Function Extensions
08:39:14 Static Constructor
08:44:28 typeof
08:47:14 nameof
08:51:21 sizeof
08:55:02 default
08:59:51 Expression-bodied Members
09:03:24 Records
09:09:43 Null Conditional Operators
09:14:58 Null-Coalescing Operators
09:21:06 Ternary Conditional Operator
09:23:06 Main and Command Line Args
09:32:41 Nullable
09:38:17 Span
09:44:59 Bitwise Operators
09:53:35 Enum Flags
09:58:28 Preprocessor Directives
10:08:14 ref, out, in
10:20:32 Data Boxing
10:24:29 dynamic
10:32:59 Class Indexer
10:37:28 Attributes
Anonymous Types
Tuples
using, IDisposable
Override Operators
LINQ
WinForms
DLLImport, extern, WinAPI
Asserts, Unit Testing
unsafe, pointers
async await Task
Multithreading
Advanced Summary
12:38:55 Complete FREE Course Ending
COURSE COMPLETE
#csharp #programming

Пікірлер: 327
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
💬 If you enjoy this FREE video check out the Premium version of the course with a bunch of nice bonuses like Interactive Exercises to help you LEARN BY DOING! 🌍 Get the Premium Course! cmonkey.co/csharpcompletecourse ✅ Check out my other courses unitycodemonkey.com/courses 🔴 TIMESTAMPS 🔴 00:00:00 Intro 00:08:22 Course Overview 00:22:06 What is C# 00:23:42 How to get Help 00:26:26 Getting Started Visual Studio 00:33:23 Unity Install and Basics 00:45:07 How the Companion Project Works 00:51:24 Common Errors 01:03:05 Programming Basics 01:10:42 Variables 01:18:11 Variables Companion Project Walkthrough 01:39:17 Data Types 01:56:20 If Statements, Conditions 02:11:24 Switch 02:14:57 Functions 02:30:16 Scope 02:36:15 Comments 02:40:43 Arrays, Lists 02:51:55 Loops 03:06:39 Class 03:21:01 Static 03:29:13 Access Modifiers 03:34:38 Naming Rules 03:39:33 Clean Code Guidelines 03:52:31 Beginner Project 04:03:14 Beginner Summary 04:05:05 Beginner Ending 04:06:09 Intermediate Intro 04:07:51 Intermediate Overview 04:11:20 Visual Studio Shortcuts 04:27:51 Refactoring 04:30:13 Enums 04:38:06 Properties 04:45:04 Multidimensional Arrays 04:52:59 Nested Loops 04:59:33 Recursion 05:05:04 Dictionary 05:13:37 Other Collections 05:19:08 params 05:21:47 Optional Parameters 05:26:33 Value Type vs Reference Types 05:35:45 Struct 05:42:44 Class Intermediate 06:00:40 Interfaces 06:12:19 Type casting, is, as 06:20:41 Switch Pattern Matching 06:23:55 Delegates 06:35:29 Local Function vs Lambda 06:39:06 Events 06:53:43 Generics 07:04:40 Constants, readonly 07:09:24 Exceptions, Try Catch Finally 07:16:28 IEnumerable 07:25:07 Namespaces 07:29:58 Singleton Pattern 07:39:53 Design Patterns 07:44:14 Intermediate Project 08:09:11 Intermediate Ending 08:10:53 Advanced Intro 08:11:45 Advanced Overview 08:19:52 Reflection 08:34:13 Function Extensions 08:39:14 Static Constructor 08:44:28 typeof 08:47:14 nameof 08:51:21 sizeof 08:55:02 default 08:59:51 Expression-bodied Members 09:03:24 Records 09:09:43 Null Conditional Operators 09:14:58 Null-Coalescing Operators 09:21:06 Ternary Conditional Operator 09:23:06 Main and Command Line Args 09:32:41 Nullable 09:38:17 Span 09:44:59 Bitwise Operators 09:53:35 Enum Flags 09:58:28 Preprocessor Directives 10:08:14 ref, out, in 10:20:32 Data Boxing 10:24:29 dynamic 10:32:59 Class Indexer 10:37:28 Attributes 10:43:39 Anonymous Types 10:56:28 Tuples 11:04:39 using, IDisposable 11:09:00 Override Operators 11:19:06 LINQ 11:26:51 WinForms 11:36:23 DLLImport, extern, WinAPI 11:42:51 Asserts, Unit Testing 11:49:05 unsafe, pointers 11:59:23 async await Task 12:13:43 Multithreading 12:30:35 Advanced Summary 12:38:55 Complete FREE Course Ending
@MarushiaDark316
@MarushiaDark316 Ай бұрын
I noticed the chapter markers are showing up in the description, but not in the video timeline itself.
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
@@MarushiaDark316 Yeah not sure why, maybe it's a KZbin bug because the video is too long or has too many chapters
@okee
@okee Ай бұрын
Beginner starts at 22:06 Intermediate starts at 4:06:09 Advanced starts at 8:10:53
@zodepgames
@zodepgames Ай бұрын
The hero we all needed!
@tabtaste
@tabtaste Ай бұрын
Supporter Starts from 00:00
@Raavan7298
@Raavan7298 22 күн бұрын
@@zodepgames well if you check the video description it is already there
@dts5302
@dts5302 Күн бұрын
my brain melts at 00:01
@Tymon0000
@Tymon0000 Ай бұрын
Just one video before bed.
@BoltRM
@BoltRM Ай бұрын
Play at 1.25 speed
@barteener2341
@barteener2341 Ай бұрын
💀
@YasnaKo
@YasnaKo Ай бұрын
😂😂
@mychickenisintrovert3431
@mychickenisintrovert3431 Ай бұрын
You have sleep yet?
@barteener2341
@barteener2341 Ай бұрын
​@@mychickenisintrovert3431 I think he need more time to understend all the topics
@Skartcher
@Skartcher Ай бұрын
Still can't believe this is free, thanks man
@prozzergames
@prozzergames Ай бұрын
Trust me it is free :))
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
I hope you learn a lot!
@stylie473joker5
@stylie473joker5 Ай бұрын
People like CodeMonkey make the world a better place
@Skartcher
@Skartcher Ай бұрын
sure did
@mightynoobz8787
@mightynoobz8787 25 күн бұрын
TIMESTAMPS 00:00:00 Intro 00:08:22 Course Overview 00:22:06 What is C# 00:23:42 How to get Help 00:26:26 Getting Started Visual Studio 00:33:23 Unity Install and Basics 00:45:07 How the Companion Project Works 00:51:24 Common Errors 01:03:05 Programming Basics 01:10:42 Variables 01:18:11 Variables Companion Project Walkthrough 01:39:17 Data Types 01:56:20 If Statements, Conditions 02:11:24 Switch 02:14:57 Functions 02:30:16 Scope 02:36:15 Comments 02:40:43 Arrays, Lists 02:51:55 Loops 03:06:39 Class 03:21:01 Static 03:29:13 Access Modifiers 03:34:38 Naming Rules 03:39:33 Clean Code Guidelines 03:52:31 Beginner Project 04:03:14 Beginner Summary 04:05:05 Beginner Ending 04:06:09 Intermediate Intro 04:07:51 Intermediate Overview 04:11:20 Visual Studio Shortcuts 04:27:51 Refactoring 04:30:13 Enums 04:38:06 Properties 04:45:04 Multidimensional Arrays 04:52:59 Nested Loops 04:59:33 Recursion 05:05:04 Dictionary 05:13:37 Other Collections 05:19:08 params 05:21:47 Optional Parameters 05:26:33 Value Type vs Reference Types 05:35:45 Struct 05:42:44 Class Intermediate 06:00:40 Interfaces 06:12:19 Type casting, is, as 06:20:41 Switch Pattern Matching 06:23:55 Delegates 06:35:29 Local Function vs Lambda 06:39:06 Events 06:53:43 Generics 07:04:40 Constants, readonly 07:09:24 Exceptions, Try Catch Finally 07:16:28 IEnumerable 07:25:07 Namespaces 07:29:58 Singleton Pattern 07:39:53 Design Patterns 07:44:14 Intermediate Project 08:09:11 Intermediate Ending 08:10:53 Advanced Intro 08:11:45 Advanced Overview 08:19:52 Reflection 08:34:13 Function Extensions 08:39:14 Static Constructor 08:44:28 typeof 08:47:14 nameof 08:51:21 sizeof 08:55:02 default 08:59:51 Expression-bodied Members 09:03:24 Records 09:09:43 Null Conditional Operators 09:14:58 Null-Coalescing Operators 09:21:06 Ternary Conditional Operator 09:23:06 Main and Command Line Args 09:32:41 Nullable 09:38:17 Span 09:44:59 Bitwise Operators 09:53:35 Enum Flags 09:58:28 Preprocessor Directives 10:08:14 ref, out, in 10:20:32 Data Boxing 10:24:29 dynamic 10:32:59 Class Indexer 10:37:28 Attributes 10:43:39 Anonymous Types 10:56:28 Tuples using, IDisposable Override Operators LINQ WinForms DLLImport, extern, WinAPI Asserts, Unit Testing unsafe, pointers async await Task 12:13:43 Multithreading 12:30:35 Advanced Summary 12:38:55 Complete FREE Course Ending COURSE COMPLETE
@terriblecontenthere6626
@terriblecontenthere6626 17 күн бұрын
omg thank you so much I was doing thhis myself but I am barely 2 hours in
@mightynoobz8787
@mightynoobz8787 11 күн бұрын
@LukeBeckman-y5x tysm
@mohammadsadeghlavaie5560
@mohammadsadeghlavaie5560 Ай бұрын
Even adding all those timestamps must be time consuming... Absolutely God bless man! Hell of a job!
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
heh yeah it took a bit, quite a lot of lectures!
@Rahul-c2o8o
@Rahul-c2o8o 13 күн бұрын
​@@CodeMonkeyUnity Thnks buddy for doing a lots of help❤
@martinl1523
@martinl1523 Ай бұрын
This is the most high quality video i've ever seen in the KZbin history. This literally covers EVERITHING needed for programming in Unity. Thanks a ton, i love your videos...
@MaxIzrin
@MaxIzrin Ай бұрын
Pro tip: leave this playing in the background to give CM more watch time, so the video gets pushed in the algorithm and more people are aware of it.
@Vellar92
@Vellar92 Ай бұрын
Thank you! I've been through your free kitchen chaos course, your c# course, your turn based strategy course. Now I am going trough the DOTS course. Thanks for the content!
@Eternal_Games1
@Eternal_Games1 20 күн бұрын
hey, happy for you!, can you tell me how much you improved after finish all these courses and learning from them? how long did it take ( estimation). I'd appreciate it thank you
@Vellar92
@Vellar92 20 күн бұрын
@@Eternal_Games1 I started using Unity in a 2D environment and have been entirely self-taught. As the sole Unity developer in a small team, I’ve learned through research, trial and error. Working on the Kitchen Chaos course was a confidence boost-it validated many of my approaches, as I had implemented features similarly. That said, it also highlighted gaps in my knowledge, which I filled by watching the lectures. Hugo's structured teaching style resonated with me, so I picked up a GameDevTV deal for his turn-based course. While I skipped a few parts, I gained valuable insights. I already had a high-level understanding of most content, but the details were a game-changer. This course helped solidify my confidence in transitioning from 2D to 3D development. For the C# course, I focused on topics I hadn’t encountered in practice yet, again I am using it to patch gaps in my knowledge. I think that everyone should start with it, and then move to Kitchen Chaos if one is a complete beginner. Currently, I’m exploring the DOTS course at a slow pace-more like continental drift! It’s a side project I’m doing for fun, but balancing it with family life and learning Spanish means progress is slow. Hopefully, in the coming months, I can create a fun little prototype with DOTS. Only time will tell! I am also learning about marketing a game, so it is a bit tricky(stealing that phrase from CM) to find time for everything.
@MiqueasGuerrero-o3w
@MiqueasGuerrero-o3w Ай бұрын
Thank you for everything, you're a good man
@VeekayX
@VeekayX 6 күн бұрын
I am starting today. i hope that i become a succesful gamedev one day! Wish me luck!
@CodeMonkeyUnity
@CodeMonkeyUnity 6 күн бұрын
That's awesome, best of luck!
@saulogamedev
@saulogamedev Ай бұрын
Muito obrigado! Veio na hora perfeita! Esse conteúdo incrível e de graça vai ajudar muita gente!
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Obrigado eu!
@nicoluna5234
@nicoluna5234 Ай бұрын
¡Gracias! It's not much but I appreciate your gift
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Thanks for the super thanks! I hope you learn a lot!
@morboannihlator1518
@morboannihlator1518 Ай бұрын
I want to personally say Thank you for this. I have watched through it twice already and will need to more as there is still some of the advance items I am trying to understand better. I have bought all your course so far, thank you for producing them. I will be buying the DOTS one for myself for Christmas as this is something I would love to get into. I look forward to learning more from your courses.
@alexanderkulaev541
@alexanderkulaev541 Ай бұрын
Thank you so much for everything that you do for the community! Sharing your knowledge, experience and journey with us. And doing this from the kindness of your heart, for free. You are a miracle. I can't say thank you enough times for show how grateful I am for your work.
@gerizoslive7408
@gerizoslive7408 Ай бұрын
Here for the awesome video and the algorithm push❤
@mattn5933
@mattn5933 Ай бұрын
Thank you for putting all of this together. I look forward to next week's video as well.
@4564568b
@4564568b Ай бұрын
Just started as a complete newby! Can't wait for all the knowledge and wisdom. Thank you so much for these courses.
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Nice! I hope you learn a lot!
@4564568b
@4564568b 10 сағат бұрын
I've completed the course and learned so much! Thank you so much for this, I'm moving on to the basic Unity course.
@DePistolero
@DePistolero Ай бұрын
Crazy amount of work and effort!!! And insane quality, you have absolutely surpassed every other or any knowledge source on unity and game making...
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Thanks for the kind words! It did take a lot of work and I'm super happy with how it came out, I hope it helps a ton of people!
@DePistolero
@DePistolero Ай бұрын
@@CodeMonkeyUnity Honestly, after 7+ years in the industry, and more than 20 games shipped with my company, being single developer for 90% of those games, I can still learn a ton from your course!!! Thank you!!!
@muazshihab6584
@muazshihab6584 Ай бұрын
the only tutorial you will ever need, thank you for making it free you are the best!
@Alex-ik8pr
@Alex-ik8pr Ай бұрын
Having the few intermediate topics laid out and perfectly explained finally showed me what i was missing to reach the next level - I feel like I can finally progress again! Thanks code monkey!
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Nice! I'm glad you're learning a lot! Keep going!
@gunnarherbert9778
@gunnarherbert9778 Ай бұрын
Thank you so much for uploading your courses for free!
@G-Daddy1
@G-Daddy1 Ай бұрын
Can't wait to dig into this in detail. Thanks for all your fantastic content and the way you help grow the community!
@blacksludge2435
@blacksludge2435 Ай бұрын
I absolutely love this, I tried using so many different platforms to code but they always have these big unexplained jumps, also then they would demand money to keep going so it’s not like I can pay for every single one to find the right one, I have had so much fun watching this video taking notes and experimenting with it. Thank you so much for this AWESOME video
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
That's awesome! I'm glad you learned a lot! Best of luck in your continued learning journey!
@danilrekhtin8252
@danilrekhtin8252 Ай бұрын
Вы - золотой человек! Спасибо вам за ваш труд. Низкий поклон!
@voljinn
@voljinn Ай бұрын
Dude you're insane making this course for free. Thank you so much 😢🙏🙏
@Devikas_Kitchen
@Devikas_Kitchen Ай бұрын
Thanks ❤ for free course 🎉
@muazshihab6584
@muazshihab6584 Ай бұрын
I learned everything about coding from this video alone great stuff
@thejqb
@thejqb Ай бұрын
This is the best C# course on KZbin, thank you so much for making that, great stuff!
@Luxus-1
@Luxus-1 Ай бұрын
Thanks, you're the best! 🙂 Having awesome people supporting you makes it possible to keep this free.
@jessyjdirado
@jessyjdirado Ай бұрын
Awesome idea! Can't wait to get through it!
@evalee7409
@evalee7409 Ай бұрын
Thank you so much, I fell in love with c# because of your videos 💛
@maninder7743
@maninder7743 Ай бұрын
Thank you for this course 😊
@BluntGameStudio
@BluntGameStudio Ай бұрын
Thank you for your work for the community. 🏆
@UngodlyDev
@UngodlyDev Ай бұрын
I asked for your dots class as my Xmas gift from a loved one
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Nice! I hope you learn a lot!
@unruliestcat
@unruliestcat Ай бұрын
Thank you so much for sharing this with everyone ❤.
@Rahulonboard
@Rahulonboard Ай бұрын
I’m new to c# and game development I’m starting this course today,hope I’ll learn it
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Nice! Go for it!
@Rahulonboard
@Rahulonboard 8 күн бұрын
@@CodeMonkeyUnity how much time it'll take to learn beginner level c#
@Dudek28
@Dudek28 Ай бұрын
incredible. Thank you for this!
@danielmartinez9474
@danielmartinez9474 Ай бұрын
can't wait to watch this!!! thank you
@99ZULU
@99ZULU Ай бұрын
The GOAT! If this doesn't earn a subscription, then nothing will.
@hakunamatata1o1
@hakunamatata1o1 Ай бұрын
Thankyou so much I'm a beginner game dev and someone just suggested this ; I really believe in sticking to one video, I'M FINDING IT AMAZING ;)
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Nice! Take your time and just make sure you're learning! Best of luck!
@DePistolero
@DePistolero Ай бұрын
Insane quality, thank you!!!
@arturoanci2494
@arturoanci2494 Ай бұрын
Thanks for this tutorial!
@englishguru0007
@englishguru0007 Ай бұрын
The last time I did any Project with C++ was 30 years ago. Great Effort, Code Monkey
@antoniob.6546
@antoniob.6546 14 күн бұрын
This IMMENSE course makes what I learnt in college in software engineering fall short in comparison, there are so many things I didn't even knew existed in here AND needed, THANK YOU so much Code Monkey for your great service!!! 👏👏
@CodeMonkeyUnity
@CodeMonkeyUnity 14 күн бұрын
I'm glad you're enjoying the course! Thanks!
@jcd9456
@jcd9456 Ай бұрын
WOAHHHHHHH! Thank you very much for this!
@GamesofUnity-p
@GamesofUnity-p Ай бұрын
Biggest massive free Course on KZbin !
@derHowitzer
@derHowitzer Ай бұрын
You're a legend Code Moneky!!
@viperjay1
@viperjay1 Ай бұрын
Thank you for the videos. I usually get bored with "console" textbox programming examples. I am really glad you didn't stay with that format the entire time and actually used Unity.
@wingedviking2706
@wingedviking2706 Ай бұрын
Thank you for putting it all into one video!!! Love your work!
@darko_ef
@darko_ef Ай бұрын
Best C# learning resource out there. I also got the course and I highly recommend it. The interactive exercises are a great way to solidify knowledge.
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Thanks! I'm glad you're enjoying it!
@shyamarama
@shyamarama Ай бұрын
Incredible work, we’re lucky to have this.
@jtlewis81
@jtlewis81 Ай бұрын
@CodeMonkeyUnity I played the entire thing in the background to help you with the algorithm. I do intend to go back and re-watch the parts I need. After looking at the chapter list, I can say I'm a solid intermediate C# developer, and that is, in no small part, thanks to you. I've been learning C# in Unity for the past 3 years or so, mostly through your tutorials. I've started several projects, learning the hard way about managing scope. lol. I also completed my bachelor's degree in software development this past spring, and it is finally starting to sink in that the path to successfully completing and publishing games is to FIRST develop a plan, THEN develop the game/software. I think the plan development stage is often so overlooked in the sea of KZbin beginner's tutorials, which I why I think almost nobody gets past that. It quickly becomes easy to build non-scalable prototypes without much planning. Anyway, thanks for all the free resources you've made available over the years! Can't wait for you to find time to finish Total World Liberation!!!
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
That's awesome to hear, I'm glad my videos have helped you!
@TrotterSoccer
@TrotterSoccer 29 күн бұрын
Nice Video. A lot of topics covered in a quick, easy to understand manner. Especially comparing techniques, when and why and what to use. Thanks!
@CodeMonkeyUnity
@CodeMonkeyUnity 28 күн бұрын
I'm glad you liked it! Thanks!
@BounceMan-ng7hl
@BounceMan-ng7hl Ай бұрын
I CANT UNDERSTAND HOW THIS IS FREE. THX A LOT
@vampytz1
@vampytz1 Ай бұрын
I bought your C# course, but I’ll download this too to help the KZbin algorithm.
@prozzergames
@prozzergames Ай бұрын
Interesting , I have never heard before that downloading a video helps the algorithm boost it further. I will have to dig deeper into this topic :))
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Thanks! I hope you learn a lot!
@azharalibhutto1209
@azharalibhutto1209 Ай бұрын
Thank you so for teaching C#
@hussamhk6235
@hussamhk6235 Ай бұрын
you are awesome , thank you 😍😍
@ManilaSh8-co3fn
@ManilaSh8-co3fn Ай бұрын
Everyone! Let's spread this video! Very Helpful
@waluigihentailover6926
@waluigihentailover6926 Ай бұрын
After bingeing this entire video, I can now create my magnum opus. 😎Thanks, Code Monkey!
@КостянтинБорисенко-о5ф
@КостянтинБорисенко-о5ф 24 күн бұрын
OHHHOHO SO JUICY ❤❤❤❤❤ THANKS I just started learning this language
@CodeMonkeyUnity
@CodeMonkeyUnity 23 күн бұрын
I hope you learn a lot!
@030himanshugautam7
@030himanshugautam7 Ай бұрын
That's an awesome video, java was my first language I love it so much and I am amazed that C# is kind of so similar to it. ❤Again thanks a lot 🙏. People like you are so important in the society & Thanks to KZbin, I mean this platform has given me so much knowledge I can't explain in words..
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Yeah if you know Java then C# is an easy one to pick up. I hope you learn a lot from this video! Thanks!
@EricBorn
@EricBorn Ай бұрын
Thank you for your free courses! Keep up the awesome work!!!
@XAHAK
@XAHAK Ай бұрын
what a gem!
@ruf256
@ruf256 Ай бұрын
incredible work!
@techhack5775
@techhack5775 Ай бұрын
Thank you very much for making learning game development free and accessible, you're a blessing 👍👍
@pathumkumara4696
@pathumkumara4696 8 күн бұрын
Great explanation thank you so much
@Tigranes-II
@Tigranes-II Ай бұрын
Hello there:) I have bought the course. Now this is on KZbin:)
@tumisanejoseph6883
@tumisanejoseph6883 Ай бұрын
Great video thank you sir.
@Atenvardo
@Atenvardo Ай бұрын
Brilliant as always!
@lordkakabel76
@lordkakabel76 Ай бұрын
You, sir, are a treasure!
@TheCookingPixel
@TheCookingPixel Ай бұрын
Thanks to giving this course for free
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
I hope you learn a lot!
@StanTxc
@StanTxc Ай бұрын
Thank you for making this free, guys share the video so it can reach more people ❤
@kerbalette156
@kerbalette156 Ай бұрын
Yet another quality video!
@kyleb3316
@kyleb3316 Ай бұрын
I look forward to watching this as a refresher, great content as always! But my eyes really wish you used dark mode =P
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
heh I wish the video could be dynamic so that you could choose light or dark, but sadly that's not possible. Dark mode destroys my eyes after 10 seconds, I start getting massive headaches
@AaronAsherRandall
@AaronAsherRandall Ай бұрын
Hello new best free C# / Unity reference on the internet!
@holaquetal0411
@holaquetal0411 Ай бұрын
Hahaha. I was wondering when it was uploading so i searched to find it just did. Nice
@egorexw3612
@egorexw3612 Ай бұрын
Love it! ❤
Ай бұрын
Please, add subtitles. Thanks for that great job.
@GodswillNwocha
@GodswillNwocha Ай бұрын
Thanks Man 🤎
@jowksm4el
@jowksm4el Ай бұрын
Thank you!!!
@Hunter-X9211
@Hunter-X9211 Ай бұрын
Great video 🎉
@DanielXStaub
@DanielXStaub Ай бұрын
Looking good so far.
@bogdanlazar3278
@bogdanlazar3278 Ай бұрын
Thank yoou for this! :)
@DigitalDreams-fe1yj
@DigitalDreams-fe1yj Ай бұрын
ok time to watch it my goal is to finish it by the end of this year thanks.
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
Go for it!
@Aeroxima
@Aeroxima Ай бұрын
Already was doing the others midway, but I watched the whoooole thing
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
I hope you already learned a ton!
@Unzenexplorer
@Unzenexplorer Ай бұрын
Legendary!
@Veles017
@Veles017 Ай бұрын
Thank you so much! You're very cool man!
@SirDMX
@SirDMX Ай бұрын
thank you very much for your courses
@HuseyinGokayBenian
@HuseyinGokayBenian Ай бұрын
Masterpiece!!
@AA-rq2vi
@AA-rq2vi Ай бұрын
Yay Thank you!!!
@toprogress
@toprogress Ай бұрын
I am at 1h30min and the quality of this course is incredible. I was expecting a simple follow-along video, but there is actually exercices, quizzes, FAQ and even an AI trained on Code Monkey's knowledge to assist you! Although the exercices, quizzes, FAQ and AI are available only in the premium course, the attention to details put into this course is stunning me.
@CodeMonkeyUnity
@CodeMonkeyUnity Ай бұрын
I'm glad you're enjoying it! Thanks!
@toprogress
@toprogress Ай бұрын
4:59:01 so far! Awesome course! Thank you so much!
@user-bd4qb1ms8n
@user-bd4qb1ms8n Ай бұрын
Awesome brother. I am a c# expert. I love anyone who likes c#
@Ghareebz
@Ghareebz Ай бұрын
awesome will go back to watch it fully
@dileep_hegde
@dileep_hegde Ай бұрын
Thank you 🎉
@Denis_942
@Denis_942 Ай бұрын
The perfect video for learning
@sherzodernazarov7514
@sherzodernazarov7514 6 күн бұрын
Thank you. I very usefull for me
@CodeMonkeyUnity
@CodeMonkeyUnity 5 күн бұрын
I hope you learn a lot! thanks!
@kfclovincat
@kfclovincat Ай бұрын
Hey Code Monkey. What order do you recommend going through your free courses to learn game development in Unity? For example, should I do this entire course and then go into your free beginner/intermediate Unity course; should I learn up to the C# beginner session, then go the beginner/intermediate Unity course, and then learn the C# intermediate and advanced session; or something else? Thanks for making these free tutorials!
@tabtaste
@tabtaste Ай бұрын
Nice Love your content.
@13udha
@13udha Ай бұрын
thanks for the free course
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН