Playmaker Forum

PlayMaker News => General Discussion => Topic started by: mutoit on December 01, 2017, 07:47:08 PM

Title: How To make prefabs
Post by: mutoit on December 01, 2017, 07:47:08 PM
hello , i have so much problems when i try to for example, make a coin.

I i dont know if i must link ( states that require ) the objects from prefabs, or scene and all this things....
COuld anyone explain to me how this works plz ?
Thz
Title: Re: How To make prefabs
Post by: djaydino on December 02, 2017, 11:53:23 AM
Hi,
Prefabs can't connect directly to scene objects / fsms (it is a unity limitation)
So there are a few ways to connect the prefab when it enters the scene.
I made a tutorial for it as many people might have issues with this :)

Title: Re: How To make prefabs
Post by: mutoit on December 02, 2017, 02:01:23 PM
Thanks !