Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: DennisJensen on July 17, 2014, 08:33:37 AM

Title: PlayMaker 2d Unity problem, maybe bug?[SOLVED]
Post by: DennisJensen on July 17, 2014, 08:33:37 AM
Hi PM,

I recently tried to convert my game from 3d- to 2d physics.

I says the following error:
"Playmaker Unity 2D is missing"

And later that it is required in the scene. Yes I did add it. What going on here?

I downloaded the latest add on and imported it.
Title: Re: PlayMaker 2d Unity problem, maybe bug?
Post by: DennisJensen on July 17, 2014, 08:53:48 AM
Okay I just noticed that Playmaker has it intigrated in the newest version, I just tried importing it, same error.
Title: Re: PlayMaker 2d Unity problem, maybe bug?
Post by: DennisJensen on July 17, 2014, 09:06:21 AM
Maybe this helps, my game object Playmaker Unity 2d only contains one script "PlaymakerUnity2d" and has a emtpy script component as well.
Title: Re: PlayMaker 2d Unity problem, maybe bug?
Post by: jeanfabre on July 17, 2014, 09:23:22 AM
Hi,

Ok, misleading error, it's just that you don't have an FSM to begin with on your object... So add an fsm and the error will go away.

 I'll update the package ( I have planned a big update on Unity 2d for next week, so I'll push then to avoid this confusing error).

Bye,

 Jean
Title: Re: PlayMaker 2d Unity problem, maybe bug?
Post by: DennisJensen on July 17, 2014, 09:49:36 AM
Okay thank you,

that fixed it :)