For context, one thing I do for practice is try to replicate simple games using the Godot engine. My current project is just that with The Battle Cats.
The current state of the project is where the cat will spawn as an instantiated child scene and walk forward, and is supposed to stop at the enemy base. I am trying to accomplish this using Area2Ds. However, the cat’s area is not detecting the base’s area.
The error I get states that the Base area is not found relative to the cat.
Why is this happening? And how do I fix it? An explanation to both would be greatly appreciated.
Technically I suppose Area2D only detects collision shapes but those can be either Body or Area.
Without seeing any code it will not be very likely that anyone can deduct what is going wrong.
However from the error description sounds like the node is null.