Interface IPathFinder
Namespace: RealityCollective.ServiceFramework.Editor.Utilities
Interface to implement on a ScriptableObject to make it easier to find relative/absolute folder paths using the PathFinderUtility.
public interface IPathFinder
Remarks
Required to be a standalone class in a separate file or else MonoScript.FromScriptableObject returns an empty string path.
Properties
Location
The relative path to this IPathFinder class from either the Assets or Packages folder.
string Location { get; }
Property Value
string