How to make a Tower Defense Game (E11 CURRENCY) - Unity Tutorial

preview_player
Показать описание
In this video we add money to our game and tidy up the Shop and Build Manager.

····················································································

Learn how to make a 3D Tower Defence Game using Unity. All code is written entirely in C#.

Difficulty: Intermediate.

····················································································

········································­­·······································­·­····

► All content by Brackeys is 100% free. We believe that education should be available for everyone.

········································­­·······································­·­····
♪ Intro Music by Brackeys
♪ Baby Plays Electro Games
Рекомендации по теме
Комментарии
Автор

They way you teach is very pleasant to listen too while you explain everything we need to know for this project, without overloading people with technical jargon. Keep it up Mr Unity!

phixphixation
Автор

I may need to watch this one a few times to get it straight. I think what you set up here answers some lingering questions I had been having, but it is not explained very much! Either way, great video and series.

XCeazyX
Автор

These are great tutorials. The only times I have trouble following is when you switch tabs in Visual Studio or switch objects in the Unity editor. When things go wrong, I realize I've been typing in the wrong place or modifying the wrong object. But other than one little observation, all of these lessons have been remarkably terrific! Highly recommended!

cetiah
Автор

If it wasn''t for your tutorials I wouldn't be able to be learning to code man, keep it up!!!

umeradam
Автор

for anyone who has the dropdown problem at 3:10

You have to delete the : MonoBehaviour FROM public class TurretBlueprint : MonoBehaviour

So, instead of: public class TurretBlueprint : MonoBehaviour
do:
public class TurretBlueprint
{
etc

Seestral
Автор

your tutorials are awsome man! keep it up man

antonkihlstrom
Автор

Dude my english is not so good. I learned Android studio + java and I was afraid when I was switching to Unity I had a hard time with C # and I couldn't understand the tutorials. But thanks to the simple and understandable of English and its expression, I can easily understand and adapt to unity. Thanks again. ( Yes, i used google translate for help)

dogukan
Автор

This is a chapter in the tutorial course when it is getting really complicated.
Previous chapters allowed to understand Unity features and it was super useful. There were scripts, but they were super simple.
Now, you need to change your previous code in several places. And if you don't get the whole idea how it works - you just waste your time.

So if you watch it, and really don't understand what happens. I recommend to stop watch next parts, and go back to learn C# code.
At least, you need to perfectly understand how methods and classes work. What are attributes and etc.

Before learning Unity I spent 160 hours in learning c# with bools, online exercise and etc.
And still it is a bit tough for me to get what happens here. I rewatch tough moments several times. I am making summary aftewards.

If you didn't learn c# at all, you will just waste your time there. At least, it is my recommendation.

P.s. Overall course from Brackeys is great.

BattlecruiserGames
Автор

thank god for the pause button on this one switching so fast I have to move away from the script every other second

NinoIX
Автор

I've learned many stuff from you. Thank you very much! It must was really hardworking to make these videos, and other thing makes you are outstanding from other tuts is your clear voices and explanations.

KhanhNguyenAlreadyTaken
Автор

I have reached this far and I LOVE this tutorial. keep doing this!!

ToniPlays_
Автор

Honestly.. You're the best tutor.. I really understand it :D

mistakoruto
Автор

I just had a massive epiphany moment with programming. Thanks a ton man

Squigglez
Автор

This video serie should definitely have more likes!

wgilable
Автор

Might have to move the money = startMoney out of the start() and put it in the Awake(), if you are constantly seeing a debug for not enough money. seems either the free unity or updates changed the stack flow? ty

chrisshouse
Автор

Guys be a patreon and support Brackeys.

DM
Автор

Hehe, its just like college. In my bio 101, we had 400 people, by drop/add we had 200, 2 weeks later we had 100, halfway through, we had 10 people left in class. 6 of them failed. Your first video was 550 thousand of us, and we down to 60k, lol.

It IS gettin harder)

realitycheck
Автор

13:26 i got scared by you saying "Scary"!xD

oliverhalenius
Автор

Thanks for these, I haven't tried yet but I'm learning right now :P

socialsensei
Автор

14:05 is the summary of whats changed between episode 8 and episdoe 11 buildmanager

aidilhacker