crashkonijn / GOAP

A multi-threaded GOAP system for Unity
Apache License 2.0
1.09k stars 122 forks source link

Feature: Can you port this to Godot while still using c#? #229

Closed gilroff closed 2 weeks ago

gilroff commented 2 weeks ago

I really like the Godot engine and plan to make an NPC world. But the options available now don't seem to be performant or multithreaded.

crashkonijn commented 2 weeks ago

Hi there @gilroff,

Thanks for reaching out!

Unfortunately I have no current plans to port this to Godot. Even though both Godot and Unity can use C#, there's an awful lot of Unity specific code in this repository. It would require separating out and then re-building of all of this, which I simply don't have the time for.

I can't tell what the future holds, but for now I'm closing this ticket as it's not something that I'll do at this time.