Godot Version
`4.3
Question
im trying to make this enemy chase the player when it enters an area 3d but i can find any code that works FYI this game is located in a maze
`4.3
im trying to make this enemy chase the player when it enters an area 3d but i can find any code that works FYI this game is located in a maze
Can you post the code you found and explain why it doesn’t work for you? Or do you not actually have any code?
If you have nothing to work with, it’s probably insightful to work with a navigation mesh. (I happen to be working on a similar problem right now, except in 2D.)
Also, should the enemy chase the player when the enemy enters a specific Area3D
, or should the enemy chase the player if the player enters a specific Area3D
?