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