Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Nikaas on May 27, 2016, 09:15:26 PM

Title: Error U5.3, PM1.8.1 - PlayMakerGlobals does not exist in the current context
Post by: Nikaas on May 27, 2016, 09:15:26 PM
Hi,

Up until today I was with PM1.8.0 beta. Today I downloaded the new (1.8.1) version and ran update checker. But after it warned that this version now includes a lot of the actions I downloaded from the site/ecosystem i decided to full wipe everything Playmaker and install it afresh. (if i remember correctly after 1.8.1 import the welcome screen no longer worked correctly - it showed only the border of the window without any content).

After a full wipe and clean import of Playmaker the installation dropdown menu doesn't show and i got error - Assets/PlayMaker/Editor/PlayMakerEditorStartup.cs(22,13): error CS0103: The name `PlayMakerGlobals' does not exist in the current context

BTW if I comment line 22 in PlayMakerEditorStartup.cs the dropdown menu/welcome screen shows.

Is there any fix for this problem? And is it ok to install using the workaround?
Title: Re: Error U5.3, PM1.8.1 - PlayMakerGlobals does not exist in the current context
Post by: Alex Chouls on May 27, 2016, 09:29:58 PM
I suspect you still have Playmaker defines in your project.
Delete those and the 1.8.1 installer should compile.
Your workaround is also fine.