CozyClub / OGAM-June-HOLD

2 stars 0 forks source link

NPC Routines #16

Open radmint opened 3 years ago

radmint commented 3 years ago

In Progress:

ensapra commented 3 years ago

What is done from routines?

ensapra commented 3 years ago
croconut commented 3 years ago

I assumed it was just the AI issue. I'm writing a behavior tree framework rn, I'll push when I can verify it's working then we can write behavior trees & leaves to implement.

croconut commented 3 years ago

Feel free to implement whatever behaviors you want. We can extract it into nodes pretty easily.

ensapra commented 3 years ago

Noted, I will wait for the behaviour tree framework. I got the branch and read the scripts, but can't quite understand how it works.

croconut commented 3 years ago

Ah, yeah it's not finished yet too. I'll have some example basic functionality in it so you can see how it works.

LinaLundstedt commented 3 years ago

I send a super basic walking AI for the bugs, based on Navmesh, so all the prefabs will need Navmesh Obstacles, and tarrain needs navMsh I'm on that too