Become a 10X DEVELOPER with these 28 Shortcuts!

preview_player
Показать описание
👍 Learn to make awesome games step-by-step from start to finish.

🔴 RELATED VIDEOS 🔴

💬 I've been writing code for 25 years, here are 28 shortcuts that I use all the time to help me be extremely productive.
This is part of the reason why I managed to make my last game, Dinky Guardians, in a pretty short amount of time, just 7 months, despite the fact that the game is a pretty complex game with tons of interconnected system made up of tens of thousands of lines of code.
This is a lecture taken from my upcoming C# course that will teach you everything starting from the absolute basics to advanced topics. Sign up to be notified when it's out, I'm hoping to be able to finish it before the end of this month.

📝 Some Links are Affiliate links which means it costs the same to you and I get a nice commission.
🌍 Get Code Monkey on Steam!
👍 Interactive Tutorials, Complete Games and More!

If you have any questions post them in the comments and I'll do my best to answer them.

See you next time!

--------------------------------------------------------------------
Hello and Welcome!
I'm your Code Monkey and here you will learn everything about Game Development in Unity using C#.

I've been developing games for several years with 8 published games on Steam and now I'm sharing my knowledge to help you on your own game development journey.

I do Unity Tutorials on just about every topic, Unity Tutorials for Beginners and Unity Tutorials for Advanced users.
--------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

I need this, because currently I'm a 0.1x developer.

ThinkInGold
Автор

Here is one that I use every day and that I find essential: alt + up or down. It lets you move entire lines (the one you have the cursor on, or everything you have selected) up or down.

WilmarNM
Автор

At 2:57 Instead of CTRL+X to cut and paste, you can simply click ALT+Arrow UP and DOWN to move line up and down. that will be more feasible i think

noname_
Автор

Ty for the vid!
2:55 - Alt+Arrow keys is great to move lines

null-icjc
Автор

Do you prefer the light visual studio theme?
Or do you not have a preference over the different themes?
I've never met someone IRL that isn't new to VS and uses the light theme.
I've heard it's better for your eyes but at the same time I find it painful to look at for hours.

bnaZan
Автор

I started your 10 hour tutorial today, and I was wondering exactly what these shortcuts were. So thank you! Good timing

garcjgarcia
Автор

10x developer? Ewww. I'll remain a 1x developer, working at 1x of my own speed.

Raziaar
Автор

Is there a way to get how many total users are connected to a unity relay and set a limit to how many concurrent players can join that you don't surpass the unity relay free tier? This is because I am hoping to make a free to play game where if left unchecked could present a serious issue

IntelPentiumG-ktvu
Автор

I love your videos, I’m in high school and one of my school projects is to get an interview with someone that does the job which is a game dev if possible do you think I can get an interview with you if not that’s ok?

Ps. Big fan of you videos

caden
Автор

Shortcuts are great, but I don't think the speed of their *fingers* is the bottleneck holding most coders back.

TheArghnono
Автор

instead of Ctrl + R + R you can use F2 :D

xKingRognarx
Автор

Just take our money and give the course soon 😢😢😢😢😢😢
waiting for

monkeymonkey
Автор

If anyone is adding the vcmd commands for ctrl+up or ctrl+down and having the issues where it doesn't work off the bat like I did. I had some defaults I had to remove first.

Namely, Edit.ScrollLineUp and Edit.ScrollLineDown. Remove those, and it'll work.

-vias
Автор

I am unable to add the ‘MoveUp6’ and ‘MoveDown6’ commands in Visual Studio because they conflict with an existing shortcut.

GameDevShowcase
Автор

3:00 try using alt + up or down arrow to move the whole line up and down

Besttechnology
Автор

Awesome tips 🙌

3:09 you don’t have to select if you want to cut/paste the whole line, just move cursor in the beginning and ctr+x will cut the whole line.

hamzahgamedev
Автор

First 😎
Thank you for your great work!

FaKz
Автор

Wanted to comment on a recent video, but do you have a video where you go over the Code Monkey Utils? I've searched and can't find a video that just goes over the things in there.

reibeatall
Автор

Hey, can you do a vivox voice chat tutorial? I tried to implement it via documentation but I have to much errors and it doesn't work

ValentinCerda_
Автор

Can u make a video on how to load and unload subscenes with the current entities update as in the earlier video u made on subscenes the incompetentsystem isn't applicable and also can't use scenesystem as a variable to apply later

merrylandinteractives