#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

GogzyDev

Please Note

This entry is from Wednesday August 23, 2023. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

Important notes:

  • This tool doesn't work on versions older than Unity 2022 due to a bug in UITK.
  • After importing a package it is required to restart your editor, for it to properly register Script Templates

Features:

  • Graph editor made to resemble built-in Animator.
  • Composition oriented logic.
  • Supports Copy & Paste, Duplicate, Undo & Redo for pleasant workflow.
  • Variety of usages, for AI, Level Logic, Player Controller etc.
  • Creating a Runtime Controller, to not interfere with your State Machine asset.
  • Optimized for fast responding GUI and lightweight data.

Usage:

  1. Create a controller asset by clicking Create>FSMC>Controller.
  2. Open the editor, add parameters, create states and transitions by opening context menu with right click.
  3. Create a script for your custom behaviour by opening template in Create>FSMC>Behaviour. After that you can add it to your states.
  4. Add FSMC_Executer component to your game object and attach your controller asset to it.
  5. You are ready to go! Manipulate your parameters using getters and setters just like you would do with an Animator.

For more information and details check out Documentation.

X