playMaker

Author Topic: "Create game (or empty) object" makes two if them instead of one  (Read 25 times)

Raskzak

  • Playmaker Newbie
  • *
  • Posts: 4
Hi, I'm having a super weird issue, it just doesn't make sense at all in my head

I'm trying to create objects at the beginning of runtime (supposed to be just empties, the prefab is only visual help and doesn't impact the result).

As you can see in the attached images, the state is being done only once, so this should be true for the actions within it too, including the create object one. Except, as shown in the first screenshot, it makes two game objects, and somehow moves the both of them in the right parent as well ???

if you have any idea I would be very grateful, also note that I had similar result with the "poolkit spawn by prefab" action when trying it