Thank you! Very helpfull. How could i modify the maths in get_circle_position function so they only approach the character from the left, top and bottom side?
hi there , great video. I there any chance you could make the same video but using godot3D? . I'm trying to convert your example project to 3D but im struggling ,thanks
Hi! really great video. But it have a problem. When i try to run it I get the error Invalid get Index 'global_position' ( on base: 'Nil'). Does any one know a fix, or what the problem is?
Hi, where did you see this error? My best guess is you probably didn't reference the player which is why it's trying to get the global_position off of nothing. If you spawn the enemies like I did, you'll have to set the player var when you instance the enemy.
This is the first time I’ve seen anything about enemy steering for smoother movement. THANK YOU SO MUCH
Well made tutorial. I think you made good choices on what to show/explain and how fast you moved through it.
I've been looking on how to make an enemy AI. This is really useful. Thanks! 👍
So cool tutorial, many thanks for this it worked so well for me!
cool stuff, love how simple it is
Sick tutorial just what i needed
Thank u I already had a similar enemy but I could not figure out how to flip h
ne fonctionne plus en version4 quel dommage
Good video. Although too fast explaind.
Did you go over how you made your player character anywhere?
can you make like friendly ai version and we give orderr to them to do stuff?
what about godot 4 master ?
Thank you! Very helpfull. How could i modify the maths in get_circle_position function so they only approach the character from the left, top and bottom side?
hi there , great video. I there any chance you could make the same video but using godot3D? . I'm trying to convert your example project to 3D but im struggling ,thanks
This is exactly where I'm at. Did you get anywhere or find any resources please? :D
I need the player movment and atack tutorial
thank u pro for the code 😀😀
How did you make the player?
good but please explain the code a bit more as it is very useful to understand what you are typing
Can u pls make a video about fall damage in 2d? I watched like 10 tutorials but I still don't get it.
world ???
Hi! really great video. But it have a problem. When i try to run it I get the error Invalid get Index 'global_position' ( on base: 'Nil'). Does any one know a fix, or what the problem is?
Hi, where did you see this error? My best guess is you probably didn't reference the player which is why it's trying to get the global_position off of nothing. If you spawn the enemies like I did, you'll have to set the player var when you instance the enemy.
@@aj08coder onready var player : KinematicBody2D = $"../Player" I put that on the player variable, and it works well
@@aj08coder You were right, i didn't reference the player right. It's fixed now. tysm!
could you make a enemy ai but for platformer? pls
What type of ai do you want your 2d platform game?
Is this godot 3?
🎉
When the enemy attacks he attacks for more than just one frame
helt
I wouldn't exactly call this AI "good."
But i suppose that's a matter of opinion.
Its good for something that a beginner can code in 5 minutes that's for sure.
@@EnigmaticGentleman Well said :)