playMaker

Author Topic: Playmaker autoupdater keeps showing up  (Read 1437 times)

maeslezo

  • Playmaker Newbie
  • *
  • Posts: 4
Playmaker autoupdater keeps showing up
« on: March 16, 2016, 05:36:26 AM »
Hello,

Auto updater Pop up keeps showing up each time Unity compiles, or changes scene or play the editor.

I have updated playmaker, reimport, removed playmaker, but I can get the pop-up disappears.

Any idea?

Thank you

PS. Unity: 5.3.2f1 Playmaker: 1.8.0.f43

maeslezo

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Playmaker autoupdater keeps showing up
« Reply #1 on: March 17, 2016, 03:19:44 AM »
I am seeing the autoupdater code and I have seen this:
Code: [Select]
        public const string PlaymakerPluginDirectory = "Assets/Plugins/PlayMaker";
I have changed the playmaker directory, so thats probably the reason

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker autoupdater keeps showing up
« Reply #2 on: March 17, 2016, 10:05:48 AM »
Hi,

 yes, it's generally a very bad idea to move assets around, especially when imported from the Asset Store and from Unity packages in general.

I never do that myself, and instead store my custom work inside a folder I declare, so that my stuff are properly organized and then I don't really care about the Assets root structure.

 Bye,

 Jean