playMaker

Author Topic: FSM not Preprocessed: cop(Clone) : Cop Movement  (Read 1164 times)

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
FSM not Preprocessed: cop(Clone) : Cop Movement
« on: December 30, 2018, 02:47:48 PM »
Hi !

I played game on editor, It shows no such warnings.
After built for iOS and played on iPhone , GameAnalytics logs showing this.
I did search and tried. Still problem exists.

Thanks

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: FSM not Preprocessed: cop(Clone) : Cop Movement
« Reply #1 on: December 30, 2018, 03:49:52 PM »
You can safely ignore those warnings for now. PlayMaker does some pre-processing when you make a build, so more expensive operations can be done at build time instead of runtime. This warning lets you know that an FSM wasn't preprocessed, but it will still run fine.

I need to do a pass on the system to clean up those warnings... There are situations where an FSM cannot be preprocessed and shouldn't log this warning at runtime. The warning is also not that helpful since it's not clear what to do about it!