Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: coffeeANDsoda on March 07, 2016, 08:46:55 PM

Title: Ecosystem causes errors with playmaker 1.8
Post by: coffeeANDsoda 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.
Title: Re: Ecosystem causes errors with playmaker 1.8
Post by: djaydino on March 08, 2016, 01:57:29 AM
Hi,
Are you using the latest ecosystem version?
Title: Re: Ecosystem causes errors with playmaker 1.8
Post by: coffeeANDsoda 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.
Title: Re: Ecosystem causes errors with playmaker 1.8
Post by: djaydino on March 08, 2016, 01:51:37 PM
Hi,
the latest version is : 0.4.5 try that one if it works.
Title: Re: Ecosystem causes errors with playmaker 1.8
Post by: jeanfabre 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