Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: miroki on September 23, 2016, 05:09:07 AM

Title: Datamaker
Post by: miroki on September 23, 2016, 05:09:07 AM
Hello,

I install Datamaker in unity 4.6.8f1 (playmaker 1.7.7f6), and i have 2 error :

Assets/PlayMaker Utils/Extensions/PlayMakerUtils_extensions.cs(89,39): error CS0121: The call is ambiguous between the following methods or properties: `AnimationWindowUtils.GetPath(this UnityEngine.Transform)' and `PlayMakerUtils_Extensions.GetPath(this UnityEngine.Transform)'

Assets/PlayMaker Utils/Extensions/PlayMakerUtils_extensions.cs(96,44): error CS0121: The call is ambiguous between the following methods or properties: `AnimationWindowUtils.GetPath(this UnityEngine.Transform)' and `PlayMakerUtils_Extensions.GetPath(this UnityEngine.Transform)'

Can you help me please  ? :/
Ps: identical problem for unity 5
Title: Re: Datamaker
Post by: miroki on September 26, 2016, 03:56:28 AM
up
Title: Re: Datamaker
Post by: jeanfabre on September 26, 2016, 03:59:49 AM
Hi,

I would strongly recommand you upddate to Unity 4.7.2 ( latest 4.7 basically) and PlayMaker 1.8 to use DataMaker and PlayMaker Utils.

 Do you have any reasons to stick for old version of Unity and PlayMaker? if you do you should stick with the assets version you had and not update.

If you have the same problem with Unity 5, which version of Unity and PlayMaker exactly?

Bye,

 Jean
Title: Re: Datamaker
Post by: miroki on September 26, 2016, 08:04:07 AM
I must use unity5 beacause, munt use datamakerXML for creat a save system.
but in unity 4.x some option not compatible.
In unity 5.4.1f1 personal , playmaker 1.8.3f4 I have this error when import my project.

return current.parent.GetPath() + "/" + current.name;
return component.transform.GetPath();

i try to keep the old version to playmaker and datamaker but is
catastrophic.
Title: Re: Datamaker
Post by: jeanfabre on September 27, 2016, 03:27:20 AM
Hi,

 your error seems not related to PlayMaker. Can you post the full error log?

Bye,

 Jean
Title: Re: Datamaker
Post by: miroki on October 07, 2016, 05:11:02 AM
hi

errors :

Assets/PlayMaker Utils/Extensions/PlayMakerUtils_extensions.cs(89,39): error CS0121: The call is ambiguous between the following methods or properties: `AnimationWindowUtils.GetPath(this UnityEngine.Transform)' and `PlayMakerUtils_Extensions.GetPath(this UnityEngine.Transform)'

Assets/PlayMaker Utils/Extensions/PlayMakerUtils_extensions.cs(96,44): error CS0121: The call is ambiguous between the following methods or properties: `AnimationWindowUtils.GetPath(this UnityEngine.Transform)' and `PlayMakerUtils_Extensions.GetPath(this UnityEngine.Transform)'

Title: Re: Datamaker
Post by: jeanfabre on October 10, 2016, 05:17:38 AM
Hi,

 Can you redownload from the Ecosystem? I have updated all libraries, it should work now.

 Make sure you backup first ok :)


 Bye,

 Jean