Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: nabilfx on February 19, 2017, 02:55:35 PM

Title: error rror CS0246 help!
Post by: nabilfx on February 19, 2017, 02:55:35 PM
unity show this error.

Assets/PlayMaker Utils/Wizards/LinkerWizard/LinkerData.cs(18,7): error CS0246: The type or namespace name `PlayMaker' could not be found. Are you missing a using directive or an assembly reference?

how can be fix?
Title: Re: error rror CS0246 help!
Post by: jeanfabre on February 20, 2017, 01:35:40 AM
Hi,

 have you installed PlayMaker? if you have error in the console, it won't work, you need to do this manually by installing the package inside Assets/PlayMaker/Editor/install


 Bye,

 Jean
Title: Re: error rror CS0246 help!
Post by: GayanJayasund on March 12, 2017, 10:11:01 AM
Hi..............

I am Creating uGuiDragAndDrop with Playmaker . I use Unity3D 5.3. when i build project i got

assets/playmaker utils/wizards/linkerwizard/linkerdata.cs(18,7): error cs0246: the type or namespace name `playmaker' could not be found. are you missing a using directive or an assembly reference?

Pls help me how can i solve this problem?

Thanks
Title: Re: error rror CS0246 help!
Post by: jeanfabre on March 13, 2017, 01:58:00 AM
Hi,

 What target are you building for ?

Delete that linkerdata.cs for nowa nd see if you can compile properly then?


Bye,

 Jean