Class ServiceFrameworkPathFinder
Namespace: RealityCollective.ServiceFramework.Editor.Utilities
Dummy scriptable object used to find the relative path to the Service Framework
public class ServiceFrameworkPathFinder : ScriptableObject, IPathFinder
Inheritance
ScriptableObject ← ServiceFrameworkPathFinder
Implements
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.
public string Location { get; }
Property Value
string