jeansimonet / Coroutines

A Coroutine framework for AI in games.
MIT License
32 stars 9 forks source link

Hello Human #2

Open OneManMonkeySquad opened 2 years ago

OneManMonkeySquad commented 2 years ago

Hey,

I just wanted to leave you a ping. I was inspired by your coroutine AI articles to combine utility scores with coroutines. And I just rediscovered your articles and noticed that I'm not using any "convenience" tools like Concurrent or ExecuteWhileRunning yet but just plain Unity coroutine constructs. Anyway, thank you for your articles, doing AI this way is really a joy to use.

https://github.com/OneManMonkeySquad/SimpleAI

OneManMonkeySquad commented 2 years ago

Ah, and I found another guy using your ideas too: https://www.gamedev.net/forums/topic/678278-proto-aiprototyping-framework-nestable-coroutine-ai-and-other-handy-classes/