Installation
Requirements
-
Understanding of U.F.E tools
Unity 4.5 or higher
Know your way around the basic tools
Unity Terminology
Fighting Game Terminology
Package
If acquired from Unity's Asset Store:
If acquired from other stores:
Double click the unitypackage file or
Go to Main Menu > Assets > Import Package > Custom Package
Browse to the location of the downloaded unitypackage and open it.
Starting Fuzzy AI
As soon as you import Fuzzy AI onto UFE you will be able to see the following new options:
Notes:
Global Editor -> AI Options will now have Fuzzy AI options available. Use it to create different difficulty settings. If you are using the
UFE_Config.asset
file that comes with UFE, you should now see 3 new predefined difficulty settings already assigned by default.
To see Fuzzy AI in action you need to assign a few instruction files to your characters. Each of the demo characters should now appear with 3 empty
A.I. Instruction slots. Feel free to choose any of the fighting templates from the folder
UFE Addons\AI Addon\Templates
. This is my recommendation:
Mike: Mix-up set (Mixup_Aggressive, Mixup_Balanced, Mixup_Defensive)
Robot Kyle: Rush down set (RushDown_Aggressive, RushDown_Balanced, RushDown_Defensive)
Joan: Grappler set (Grappler_Aggressive, Grappler_Balanced, Grappler_Defensive)
Mecanim Bot: Rush down set (RushDown_Aggressive, RushDown_Balanced, RushDown_Defensive)
Updates
If you prefer to update Fuzzy AI manually, follow the procedures below:
Remember to always backup projects before importing a new update!
Close Unity.
Replace the files under .\UFE Addons\AI Addon\Runtime\
and .\UFE Addons\AI Addon\Editor\
with the files from the new version.
(Optional) Replace the files under .\UFE Addons\AI Addon\Templates\
to update the AI Instruction templates.
Open Unity.
< Back to Universal Fighting Engine - Fuzzy AI