playMaker

Author Topic: Problem during coping Actions between fsm states  (Read 883 times)

Lawbirth

  • Playmaker Newbie
  • *
  • Posts: 1
Problem during coping Actions between fsm states
« on: August 08, 2018, 04:08:49 PM »
Hi,
I'm trying to copy states, transitions, events and actions of a template into another FSM via script, in editor.
Unfortunately, the copy of the actions is giving me some problems.
Code: [Select]
clonedStates[i].Actions = states[originalIndex].Actions;The image of errors on unity

Complete log: https://pastebin.com/nJQHfEBH
It seems that something is missing, but I could not understand what.
However, the actions are copied correctly and the final FSM is working.


« Last Edit: August 09, 2018, 03:44:27 AM by Lawbirth »