Platformer Pathfinding Enemy AI

An asset by Ron0Studios
The page banner background of a mountain and forest
Platformer Pathfinding Enemy AI image holder but it is empty

Quick Information

0 ratings
Platformer Pathfinding Enemy AI icon image
Ron0Studios
Platformer Pathfinding Enemy AI

This tool can implement a simple enemy AI that follows the player, with high extensibility!

Supported Engine Version
3.2
Version String
1.0.2
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

PathfindingPlatformingAI

Welcome!

This is a Platforming Pathfinding AI for the GODOT game engine.

INSTALLATION: first copy and paste the .gd and .tscn into a folder called "objs" in your game project file.

add as many "bad guy" (platform bot) scene instances in the project as you wish, group them under one node2D, and insert this code into your player's physics_process/process script:

=====================================================================================

for i in (node2d name here).get_children(): i.targetBody = self i.isPlayer = true #depending on whether this is your controllable player

=====================================================================================

Lastly, these are some important things you will need to do in order for this to work!

set your player node's collision layer to 2!

there are also some other nifty features to this as well!

If you have any Trouble with installing or want to know more, please watch my tutorial video below: https://www.youtube.com/watch?v=ZnAqY6mp1aI&feature=youtu.be

if you have any queries on how to customize your bot, please ask me through the comments!

and you can support me by checking out my yt channel:

https://www.youtube.com/channel/UCGRCAJNhxAB7maEn_PLWj5g

Thanks,

Ron0Studios

This tool can implement a simple enemy AI that follows the player, with high extensibility!

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Platformer Pathfinding Enemy AI icon image
Ron0Studios
Platformer Pathfinding Enemy AI

This tool can implement a simple enemy AI that follows the player, with high extensibility!

Supported Engine Version
3.2
Version String
1.0.2
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers