Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: blackant on August 08, 2018, 04:31:59 AM

Title: why 2 customs action doesn't return similar [Solved]
Post by: blackant on August 08, 2018, 04:31:59 AM
hello,

this is something i really can't get,

i created a custom action, and added

using UnityEngine;
using TileWorld;
using TileWorld.Events;

in the first script it works perfectly,
in the second one, the type or namespace nae 'Tileworld' could not be found....

Title: Re: why 2 customs action doesn't return similar
Post by: blackant on August 08, 2018, 04:49:10 AM
i restarted Unity and it solved it