Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: RyanMeta on August 20, 2018, 07:17:51 AM

Title: Playmaker tab missing from menu.
Post by: RyanMeta 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!
Title: Re: Playmaker tab missing from menu.
Post by: RyanMeta on August 22, 2018, 04:05:35 AM
Further info: I installed and imported playmaker on another project now and it worked fine
Title: Re: Playmaker tab missing from menu.
Post by: djaydino on August 22, 2018, 05:42:28 AM
Hi.
Did you recently update playmaker/unity?
Or moved the playmaker folder into a different folder?
Title: Re: Playmaker tab missing from menu.
Post by: RyanMeta on August 22, 2018, 07:32:07 AM
Thanks for replying djaydino,

no I have not
Title: Re: Playmaker tab missing from menu.
Post by: djaydino 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.
Title: Re: Playmaker tab missing from menu.
Post by: RyanMeta on August 28, 2018, 05:24:17 AM
Ok thanks,

sent you a pm djaydino
Title: Re: Playmaker tab missing from menu.
Post by: jeanfabre 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
Title: Re: Playmaker tab missing from menu.
Post by: djaydino 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 :)