playMaker

Author Topic: Ecosystem causes errors with playmaker 1.8  (Read 2699 times)

coffeeANDsoda

  • Hero Member
  • *****
  • Posts: 618
Ecosystem causes errors with playmaker 1.8
« on: March 07, 2016, 08:46:55 PM »
For some reason, ecosystem imported into a playmaker 1.8 project has a few errors that don't go away.

Code: [Select]
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?)

Code: [Select]
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?)

I am using unity 5.3.1 f1 with this.

How can this be solved when I updated playmaker?

Thanks.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Ecosystem causes errors with playmaker 1.8
« Reply #1 on: March 08, 2016, 01:57:29 AM »
Hi,
Are you using the latest ecosystem version?

coffeeANDsoda

  • Hero Member
  • *****
  • Posts: 618
Re: Ecosystem causes errors with playmaker 1.8
« Reply #2 on: March 08, 2016, 02:07:07 AM »
Hi,
Are you using the latest ecosystem version?

In my unity 5.3.1 project it's 0.4.2.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Ecosystem causes errors with playmaker 1.8
« Reply #3 on: March 08, 2016, 01:51:37 PM »
Hi,
the latest version is : 0.4.5 try that one if it works.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Ecosystem causes errors with playmaker 1.8
« Reply #4 on: April 04, 2016, 02:56:29 AM »
Hi,

 I need to make an update for Unity 4.7 it's missing the check in some scripts:

"|| UNITY_4_7"

I'll update asap.

Bye,

 Jean