I want to add a method in Spine-Unity runtime so that I could use my custom enum type parameter defined in my custom namespace.
However this doesn't work.
using UnityEngine;
using System.Collections.Generic;
using MyNamespace; // error, can't find
namespace Spine.Unity.Modules... {
Maybe it's a basic stupid question but please tell me what should I do to make this reference valid?
Some operation should be done in visual studio?
Even a link will be appreciated because I just don't know what keywords to google :$ .