itween playmaker error.

Hi guys,

I am new to unity, please help me out here…

I am making a 2d game and i am getting error in iTweenMoveToActionEditor.cs file showing error: The type or namespace name PlayMakerEditor' does not exist in the namespace HutongGames’. Are you missing an assembly reference?

The header imports on itween file is

using HutongGames.PlayMaker.Actions;
using HutongGames.PlayMakerEditor;
using UnityEditor;
using UnityEngine;
using System.Collections;

My itween file is in plugins folder as i am using js and playmaker file is in assets folder. Can anyone please describe what is the error and how should i solve it… Thanks

Hello!

Have you purchased and installed PlayMaker? If not, then you shouldn’t add the iTween PlayMaker stuff to your project, only the iTween non-PlayMaker stuff.

Thanks a lot , it worked…