Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: weilies on April 07, 2014, 05:44:43 PM

Title: How to clone a game object?
Post by: weilies on April 07, 2014, 05:44:43 PM
i know unity script can clone an object via
http://answers.unity3d.com/questions/359121/how-to-copy-a-game-object.html

but how can i do it in Playmaker?

Thanks for the input


Regards,
Weilies
Title: Re: How to clone a game object?
Post by: jeanfabre on April 08, 2014, 07:05:41 AM
Hi,

 Use "create Object" action. It works both with prefabs and Gameobject from the scene as well.


bye,

 Jean