playMaker

Author Topic: [SOLVED] Many errors in unity 5.2.3f1  (Read 4125 times)

iemaru

  • Playmaker Newbie
  • *
  • Posts: 10
[SOLVED] Many errors in unity 5.2.3f1
« on: December 18, 2015, 03:09:31 PM »
Hi my name is iemaru im new in playmaker, i install playmaker (verc 1.7.8.4 not beta) and i have too many error when i finish the install of playmaker about 50 errors!!! i use unity 5 5.2.3. f1  :'( here the pic about errors...plz help.anybody know about this errors? Thx for your help!!!   ;D     
« Last Edit: December 19, 2015, 12:40:09 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Many errors in unity 5.2.3f1
« Reply #1 on: December 18, 2015, 03:41:07 PM »
Hi, I just checked 1.7.8.4 in 5.2.3f1 and don't see these errors.

I suspect you have duplicate Playmaker dlls in your project. Unity versions 5.0-5.2 have an annoying habit of creating duplicate files that can break your project! Unity 5.3 fixed the issue.

To see if you have duplicate dlls, search your project for PlayMaker 1.dll and PlayMakerEditor 1.dll.

The easiest fix is to find and delete all Playmaker dlls and re-import 1.7.8.4.

BACKUP your project before doing this!!!!

If you find these,

iemaru

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Many errors in unity 5.2.3f1
« Reply #2 on: December 18, 2015, 04:22:42 PM »
Hi Alex, i cant find the files (duplicates dlls) everything seems right, nothing is dublicate inside the PM. im sad....i buy PM today and I can not use it...  :'(

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Many errors in unity 5.2.3f1
« Reply #3 on: December 18, 2015, 06:03:10 PM »
Did you search the Project for PlayMaker using the Search bar?
Was it a fresh install in a new project or an existing project?
Did you restart Unity?

EDIT: Also if the existing project had errors it can stop Unity from compiling other scripts. Are there errors in the console before the Playmaker errors?
« Last Edit: December 18, 2015, 06:16:44 PM by Alex Chouls »

iemaru

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Many errors in unity 5.2.3f1
« Reply #4 on: December 18, 2015, 07:14:50 PM »
Did you search the Project for PlayMaker using the Search bar?
- yes and heres the pic...

Was it a fresh install in a new project or an existing project?
-nope, i have a proyect but im install in new esene...

Did you restart Unity?

- yes, and unstall playmaker too.

EDIT: Also if the existing project had errors it can stop Unity from compiling other scripts. Are there errors in the console before the Playmaker errors?

-nope, im working on my proyect  until I wanted to buy and install PM ...


heres pic about my seach....

iemaru

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Many errors in unity 5.2.3f1
« Reply #5 on: December 18, 2015, 07:16:18 PM »
nothing find...

iemaru

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Many errors in unity 5.2.3f1
« Reply #6 on: December 18, 2015, 08:53:31 PM »
hi Alex, this is the problem ... to erase errors are over. there is no way to fix it? here a pic... can work with PM  without these script? :'(

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Many errors in unity 5.2.3f1
« Reply #7 on: December 19, 2015, 12:03:02 AM »
You can definitely work without that script. But I didn't realize all the errors were with that one script...

Looking at your first screenshot again, I suspect you have a conflict in your project. Probably a script called LookAt in the global namespace.

In LookAtActionEditor, can you try changing:
   [CustomActionEditor(typeof (LookAt))]
to:
   [CustomActionEditor(typeof (HutongGames.PlayMaker.Actions.LookAt))]

Sorry for the wild goose chase. I've been looking at duplicate dll issues so jumped to that conclusion!

iemaru

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Many errors in unity 5.2.3f1
« Reply #8 on: December 19, 2015, 09:18:30 AM »
Hi Alex, i change the "LookAt" script for "LookAt Player" and there are no problems at least until now I'm going to see some tutos.  ;)   I appreciate your help and no problem last search ... THANKS !!!!     ;D