Search Unity

Question Any idea on how to make a Finite state machine on multiple scripts and objects?

Discussion in 'Visual Scripting' started by gettinjacob, May 13, 2021.

  1. gettinjacob

    gettinjacob

    Joined:
    May 7, 2021
    Posts:
    1
    Im new to unity i just wanna know how do i implement a finite state machine on my multiple scripts and objects. i already know how to put it in a single script but i dont know how in multiple scripts such as my attack, move, dash script each of those have their own scripts and im having a problem if i should implement a fsm on every one of them.

    Any help would be appreciated Thanks!
     
    Dudusstar likes this.
  2. Dudusstar

    Dudusstar

    Joined:
    Nov 19, 2020
    Posts:
    59
    Hi! Do you mean a "prefab" or a "Super unit"? Do you know these tools?