playMaker

Author Topic: Two identical "Create Object" actions, different behavior [SOLVED]  (Read 2078 times)

magritte

  • Playmaker Newbie
  • *
  • Posts: 12
I have an instantiation of a prefab (gun). Attached to the gun's shoot state are two identical "Create Object" actions: create bullet (from a prefab) at spawn point gun.

When the gun goes into the shoot state, one bullet gets created at the location of the gun instance, one gets created at the location of the gun prefab. I am absolutely sure these actions are identical.

It's always the first bullet that spawns at the gun prefab while the second spawns at the gun instance. If I uncheck the first bullet create, the second will still spawn at the instance. But bizarrely, if I actually delete the first bullet create, the remaining bullet now spawns at the prefab.
« Last Edit: June 04, 2014, 08:51:32 AM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Two identical "Create Object" actions, different behavior
« Reply #1 on: June 04, 2014, 08:51:05 AM »