playMaker

Author Topic: PlayMakerDefines.cs does not exists  (Read 1098 times)

tominaga443

  • Playmaker Newbie
  • *
  • Posts: 1
PlayMakerDefines.cs does not exists
« 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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: PlayMakerDefines.cs does not exists
« Reply #1 on: November 01, 2018, 06:36:58 AM »
Hi,

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

Bye,

 Jean