I would like to know if there are any resources on implementing fuzzy logic into a unity project, I have found a few books but they seem to only cover a small section of fuzzy logic then move on to another type of AI system.
Are there any more comprehensive Fuzzy Logic books or blogs around that explain how to implement fuzzy logic into a unity project? Unless of course I am missing something and Fuzzy Logic is in fact quite simple to implement.
This is what I have been reading recently though it seems far to simple from what I have found so far:
I highly recommend this book: ai-junkie: Programming Game AI by Example
There is a whole chapter that covers implementing a Fuzzy Logic system in C++, which is then used in further chapters to implement an AI weapon selection system for a 2D game.
The complete sourcecode of everything covered in the book can be downloaded at the bottom of the page.
If the code is not enough to get you started, you should get the book which explains the code in depth.