Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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
-
up
-
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
-
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.
-
Hi,
your error seems not related to PlayMaker. Can you post the full error log?
Bye,
Jean
-
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)'
-
Hi,
Can you redownload from the Ecosystem? I have updated all libraries, it should work now.
Make sure you backup first ok :)
Bye,
Jean