Very insightful. I agree that programming only is just boring, but really useful if you already have that as background. Looking forward to unity code next😊
Found this video on LinkedIn and it feels like a direct message to me. I have always wanted to learn how to make games and build XR applications but I felt like something was missing for every tutorial I followed along and completed. I like learning things by first principle and always enjoy having an in-depth knowledge about any topic or concept. This video has answered a lot of my questions and have shown me the path I should follow. Thanks a lot and looking forward to more content. (Subscribed💯)
Quite true. If u learnt just programming, you will feel bored. I felt that when i was learning it in school and after a few years I dont touch programming anymore because i was bad at it. But now I’m interested in game development, which actually make me motivated to relearn programming again
Unity and game dev can really make programming fun. I remember when I tried to learn programming for the first time, long before I even knew what Unity was. The only content available was those blackboard tutorials where you just type after the tutor and you have no idea why you are doing the thing that you are doing. My channel will focus to teach you stuff but also I will make sure that you understand why you are doing something.
I wanted to make games since I was 10. Coding always stopped me. I learned to code through Unity 2 years ago. Wanting to make a new feature each night gave me the motivation, and I pushed myself to always go beyond the tutorial and understand what was being done at a deeper level. For people in "tutorial hell" (which I don't really understand) I would encourage you to bookmark the API and make sure you watch more coding focused content on new methodologies (Eg. lists, state machines, interfaces, scriptable objects, pooling, etc.). I think if you do that then you get the best of both worlds: motivation/reward + continued coding improvement
Hello Darko Tomic. I need your advise. I understood your point and want to learn C# first. I installed visual studio and found some tutorials on youtube. But thereare a lot of modules like ".NET development" or ".NET multiplatform app development" and on RUclips there are different courses for this different modules. Which should I chose for gaming? "Game development with unity" tutorials always always go alongside with unity engine. Thanks
Go with the C# course that shows you fundamentals. The one that shows you C# basics. But at the same time I recommend that you build some small game in unity at the same time as you go through C# course. That is the best combination. If you have more questions let me know.
@@tomiczdarko Thanks for answer. І started it alongside unity engine and it's so difficult I understood nothing. So, I decided to learn some code first, than, if I can handle it, I'm going to learn engine too. Maybe after a couple of months or I don't know.
There is a link in my video description where you can book consulting with me and i will direct you. If you are a student and cant afford it then join my discord and i will consult you for free.
Infallable code is a good channel that I recommend. Toradev too. In the future I will make a video of channels that I recommend and channels that I learned from. Thank you for the sub!
I’m learning both at the same time, but i have dev experience with js/ts (webdev, test automation, data generation), so its quite easy for me to grasp some concepts, but without that background it would be just blind guessing - so yeah, i agree, its good to learn programming before starting learning gamedev
I started with Unity and just designing maps.. then thought movement was going to be a breeze.. that showed me how hard programming is and it's not as easy as following RUclips videos.. i then picked up Playmaker (visual scripting state machine) and learned it decently up until this point. I've been looking at the scripts to learn and understand the principles behind namespaces, classes methods, on update, on start ECT. If you're not in a rush I recommend doing visual scripting you'll have fairly fast results and learn the concepts. Got a giant c# book I'm going to read through and a lot of it I already understand. Just feel like I'm outgrowing visual scripting as I want to make multiplayer games and my own systems
I have a previous history with python and Blender. So I was able to sort of translate that knowledge into Unity. I am not exactly sure how to program in Unity. I have been copying and pasting from chatgpt but I want to not only learn c# but understand it and be able to write my own script.
@@ahmadjames151 Visual scripting is still programming, you will not get far if you don't understand programming, because logic is the same. People think visual scripting is this magic pill, but it is not, it's just standard code that you can drag around with mouse, nothing special. Hope that helps :)
Very insightful. I agree that programming only is just boring, but really useful if you already have that as background. Looking forward to unity code next😊
Thank you! New video coming out this week, stay tuned!
Found this video on LinkedIn and it feels like a direct message to me. I have always wanted to learn how to make games and build XR applications but I felt like something was missing for every tutorial I followed along and completed. I like learning things by first principle and always enjoy having an in-depth knowledge about any topic or concept. This video has answered a lot of my questions and have shown me the path I should follow.
Thanks a lot and looking forward to more content. (Subscribed💯)
Thank you very much Ede! You won't regret subscribing :) Stay tuned :)
You got me hooked already. Am sticking with you. Although, I know nothing about programming and not a fast learner too
Quite true. If u learnt just programming, you will feel bored. I felt that when i was learning it in school and after a few years I dont touch programming anymore because i was bad at it. But now I’m interested in game development, which actually make me motivated to relearn programming again
Unity and game dev can really make programming fun. I remember when I tried to learn programming for the first time, long before I even knew what Unity was. The only content available was those blackboard tutorials where you just type after the tutor and you have no idea why you are doing the thing that you are doing. My channel will focus to teach you stuff but also I will make sure that you understand why you are doing something.
So we are starting with a C#.
Good video,thank you for your insight.
Thank you!
did u learn it?
@@penxy3331 i didnt,im busy at the moment and dont have time to study it now.
I wanted to make games since I was 10. Coding always stopped me. I learned to code through Unity 2 years ago. Wanting to make a new feature each night gave me the motivation, and I pushed myself to always go beyond the tutorial and understand what was being done at a deeper level. For people in "tutorial hell" (which I don't really understand) I would encourage you to bookmark the API and make sure you watch more coding focused content on new methodologies (Eg. lists, state machines, interfaces, scriptable objects, pooling, etc.). I think if you do that then you get the best of both worlds: motivation/reward + continued coding improvement
Hello Darko Tomic. I need your advise. I understood your point and want to learn C# first. I installed visual studio and found some tutorials on youtube. But thereare a lot of modules like ".NET development" or ".NET multiplatform app development" and on RUclips there are different courses for this different modules. Which should I chose for gaming? "Game development with unity" tutorials always always go alongside with unity engine. Thanks
Go with the C# course that shows you fundamentals. The one that shows you C# basics. But at the same time I recommend that you build some small game in unity at the same time as you go through C# course. That is the best combination. If you have more questions let me know.
@@tomiczdarko Thanks for answer. І started it alongside unity engine and it's so difficult I understood nothing. So, I decided to learn some code first, than, if I can handle it, I'm going to learn engine too. Maybe after a couple of months or I don't know.
There is a link in my video description where you can book consulting with me and i will direct you. If you are a student and cant afford it then join my discord and i will consult you for free.
subscribed, hope u have something new and useful to learn, good luck, and which other channels u suggest for this target ;)
Infallable code is a good channel that I recommend. Toradev too. In the future I will make a video of channels that I recommend and channels that I learned from.
Thank you for the sub!
I’m learning both at the same time, but i have dev experience with js/ts (webdev, test automation, data generation), so its quite easy for me to grasp some concepts, but without that background it would be just blind guessing - so yeah, i agree, its good to learn programming before starting learning gamedev
Thank you for this video, it is great.. Keep up the good work sir!
Thank you!
I started with Unity and just designing maps.. then thought movement was going to be a breeze.. that showed me how hard programming is and it's not as easy as following RUclips videos.. i then picked up Playmaker (visual scripting state machine) and learned it decently up until this point. I've been looking at the scripts to learn and understand the principles behind namespaces, classes methods, on update, on start ECT. If you're not in a rush I recommend doing visual scripting you'll have fairly fast results and learn the concepts. Got a giant c# book I'm going to read through and a lot of it I already understand. Just feel like I'm outgrowing visual scripting as I want to make multiplayer games and my own systems
I have a previous history with python and Blender. So I was able to sort of translate that knowledge into Unity. I am not exactly sure how to program in Unity. I have been copying and pasting from chatgpt but I want to not only learn c# but understand it and be able to write my own script.
Great video ❤
Great content man
Thank you!
If you can make tutorials in Playlists that is easier to find.
would it be better than to spend half your time learning C# alone half of the time and leaning unity C# with the rest
Learning unity before C# is like putting on pants before underwear
Very helpful vedio😊
Why not using visual scripting ? 🙂
No, never. Visual scripting is overrated. That is the thing always turned me off from Unreal engine.
@@tomiczdarko 😐
Next video talk about why visual scripting overrated 🤗
@@ahmadjames151 Visual scripting is still programming, you will not get far if you don't understand programming, because logic is the same. People think visual scripting is this magic pill, but it is not, it's just standard code that you can drag around with mouse, nothing special.
Hope that helps :)