playMaker

Author Topic: Playmaker window menu doesn´t appear  (Read 3052 times)

Rabagast

  • Hero Member
  • *****
  • Posts: 683
    • Homepage
Playmaker window menu doesn´t appear
« on: September 19, 2015, 09:39:49 AM »
Hi! I got a problem. I got an error on my HD, so I had to format and install the OS again. Now I'm finished to install Unity. I opened a project I'm working on. First I get these errors:

Assets/net.fabrejean/Editor/MarkDownSharp/MarkdownGUI.cs(176,52): error CS1061: Type `UnityEngine.TextEditor' does not contain a definition for `pos' and no extension method `pos' of type `UnityEngine.TextEditor' could be found (are you missing a using directive or an assembly reference?)

Assets/net.fabrejean/Editor/MarkDownSharp/MarkdownGUI.cs(179,111): error CS1061: Type `UnityEngine.TextEditor' does not contain a definition for `pos' and no extension method `pos' of type `UnityEngine.TextEditor' could be found (are you missing a using directive or an assembly reference?)

Assets/net.fabrejean/Editor/MarkDownSharp/MarkdownGUI.cs(179,86): error CS1502: The best overloaded method match for `Net.FabreJean.UnityEditor.MarkdownSharp.MarkdownParser.TryGetHyperLinkAt(int, out bool)' has some invalid arguments

Assets/net.fabrejean/Editor/MarkDownSharp/MarkdownGUI.cs(179,86): error CS1503: Argument `#1' cannot convert `object' expression to type `int'


These errors are in the Ecosystem folders.

And the second problem is: Playmaker is not visible in the window menu! I tried to download it again and install it, but it didn't help!

What Can I do?
Check out our homepage. http://www.walsberg.no
Or my personal game blog for news about my games. http://retro-tetro.walsberg.no

Rabagast

  • Hero Member
  • *****
  • Posts: 683
    • Homepage
Re: Playmaker window menu doesn´t appear
« Reply #1 on: September 19, 2015, 09:59:53 AM »
I just deleted the Ecosystem folder and then everything works fine. :)
Maybe I need to update Ecosystem!
Check out our homepage. http://www.walsberg.no
Or my personal game blog for news about my games. http://retro-tetro.walsberg.no

szomaza

  • Sr. Member
  • ****
  • Posts: 253
Re: Playmaker window menu doesn´t appear
« Reply #2 on: October 04, 2015, 04:02:31 AM »
Yes, I can confirm that deleting the whole ecosystem folder "net.fabrejean" and reinstalling the package from here:
https://hutonggames.fogbugz.com/?W1181
solves the above problem that I also ran into on Unity 5.2.1f1.

szomaza