playMaker

Author Topic: Play Maker Fixed Update script attched + PM Import settings.  (Read 1308 times)

Aaddiction

  • Full Member
  • ***
  • Posts: 166
Play Maker Fixed Update script attched + PM Import settings.
« on: April 09, 2016, 06:55:21 AM »
I found a script called "Play Maker Fixed Update" attached to one of my objects. It leads to a menu called "PM Import Settings". What those settings mean and why are there check boxes for different platforms in it?

When I opened it for the first time it was set to WP8Player, but my project is for Standalone so I changed. Is that right?

Thank you!
« Last Edit: April 09, 2016, 06:57:18 AM by Aaddiction »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Play Maker Fixed Update script attched + PM Import settings.
« Reply #1 on: April 09, 2016, 10:42:39 AM »
The PlayMakerFixedUpdate script is automatically added if your FSM needs FixedUpdate events (e.g., one of the actions you use needs it). Normally it's hidden, but in some situations it ends up visible, I'm still tracking down when this happens. You can safely delete it if you want.

Normally you access Plugin Import Settings by selecting a dll in your project. There are different dlls for different platforms. There is a dll for WP8 for example. You shouldn't need to change these settings...