Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: tominaga443 on October 25, 2018, 02:34:30 AM

Title: PlayMakerDefines.cs does not exists
Post by: tominaga443 on October 25, 2018, 02:34:30 AM
hi.
I'm using Unity 2018.2 and PlayMaker1.9.

I get below errors.

Quote
Assets/Plugins/Editor/PlayMaker/Editor/PlayMakerDefines.cs(18,13): error CS0103: The name `DefinesHelper' does not exist in the current context
Assets/Plugins/Editor/PlayMaker/Editor/PlayMakerMainMenu.cs(282,9): error CS0103: The name `PlayMakerGuidedTour' does not exist in the current context
Assets/Plugins/Editor/PlayMaker/Editor/PlayMakerWelcomeWindow.cs(90,13): error CS0103: The name `PlayMakerAddonManager' does not exist in the current context

But, those files exist.

Quote
⁨Assets⁩/PlayMaker⁩/Editor⁩/DefinesHelper.cs
⁨Assets⁩/PlayMaker⁩/Editor⁩/PlayMakerGuidedTour.cs
⁨Assets⁩/PlayMaker⁩/Editor⁩/PlayMakerAddonManager.cs

Does anybody have a solution for this?
Thanks.
Title: Re: PlayMakerDefines.cs does not exists
Post by: jeanfabre on November 01, 2018, 06:36:58 AM
Hi,

 Did you update a project that was using a previous version of Unity?

Bye,

 Jean