playMaker

Author Topic: error rror CS0246 help!  (Read 1627 times)

nabilfx

  • Full Member
  • ***
  • Posts: 186
error rror CS0246 help!
« 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?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: error rror CS0246 help!
« Reply #1 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

GayanJayasund

  • Playmaker Newbie
  • *
  • Posts: 3
Re: error rror CS0246 help!
« Reply #2 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: error rror CS0246 help!
« Reply #3 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