playMaker

Author Topic: Playmaker tab missing from menu.  (Read 2565 times)

RyanMeta

  • Playmaker Newbie
  • *
  • Posts: 6
Playmaker tab missing from menu.
« on: August 20, 2018, 07:17:51 AM »
Playmaker tab missing from menu.

Hi there, I get this error in the console after importing:

Assets/PlayMaker/Editor/PreUpdateChecker.cs(287,40): error CS0117: `Path' does not contain a definition for `GetFileName'

I tried reimoprting but it gives more errors.

I'm using unity: 2017.4.3f1 and playmaker:1.9.0

Please help thanks!

RyanMeta

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Playmaker tab missing from menu.
« Reply #1 on: August 22, 2018, 04:05:35 AM »
Further info: I installed and imported playmaker on another project now and it worked fine

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Playmaker tab missing from menu.
« Reply #2 on: August 22, 2018, 05:42:28 AM »
Hi.
Did you recently update playmaker/unity?
Or moved the playmaker folder into a different folder?

RyanMeta

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Playmaker tab missing from menu.
« Reply #3 on: August 22, 2018, 07:32:07 AM »
Thanks for replying djaydino,

no I have not

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Playmaker tab missing from menu.
« Reply #4 on: August 23, 2018, 08:19:30 AM »
Hi.
Did the project have red errors before installing playmaker?
If so this might have interrupt the install.

you can try to continue the install by going to :
Assets\PlayMaker\Editor\Install

Inside the folder there should be a package called Playmaker.(version number)
open the file to continue the installation.

if there are red errors not related to playmaker, playmaker will not be active.
So make sure there are no other red errors.

If that did not help you can pm me a link to your project (do not post in public)
so i can have a look.

RyanMeta

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Playmaker tab missing from menu.
« Reply #5 on: August 28, 2018, 05:24:17 AM »
Ok thanks,

sent you a pm djaydino

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker tab missing from menu.
« Reply #6 on: September 04, 2018, 07:40:07 AM »
Hi,

 ok, djaydino passed me a file called Path.cs which is indeed conflicting, the problem is that the word Path is the issue.

 please rename the class and all will be well, it will not conflict just with PlayMaker but with any script that use Path.GetDirectoryName() or other similar Path api from .Net System

Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Playmaker tab missing from menu.
« Reply #7 on: September 04, 2018, 11:12:18 AM »
Hi.

If the file is not yours, please contact the author from the file
and tell him about the issue so that he can update it :)