Skip to main content

Class ServiceFrameworkEditorPathFinder

Namespace: RealityCollective.ServiceFramework.Editor.Utilities

Dummy scriptable object used to find the relative path to the Service Framework Editor folder

public class ServiceFrameworkEditorPathFinder : ScriptableObject, IPathFinder

Inheritance

ScriptableObject ← ServiceFrameworkEditorPathFinder

Implements

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.

public string Location { get; }

Property Value

string