Tolin Simpson

Results 7 issues of Tolin Simpson

Updated the README.md to note the correct required .Net API compatibility level (3.5x fom 2.0) Unity supports 4.0 and requires .NET 4.0 API compatibility in unity 2018.4-2019.4

A check for if the amount is zero and/or the GameObject is null should be added to ObjectPools.cs When pools are created a null reference error will be thrown if...

bug

The demo scene needs some work.

enhancement

**ISSUE:** If a AIAgent is being inspected while adding an action or condition and a change is made to a module's action/condition override then compiled the enum popup dropdown will...

bug

Demos scenes need to be improved with: - Demo for the new v2.0.2 score threshold usage. - Demo for Competing multi-behaviours.

enhancement

Physics casts should cache colliders and use NonAlloc variants to reduce garbage collection.

enhancement

Unity's legacy animation system might be better suited for Modular AI. Perhaps a module for that should be developed.

enhancement