Beispiel #1
0
	/// <summary>
	/// Given relative path to an asset (with Assets/ or Packages/ in the path), this returns the full path to it.
	/// </summary>
	/// <param name="inPath">Relative path to parse</param>
	/// <returns>Returns full path to asset, or null if invalid input path</returns>
	public static string GetAssetFullPath(string inPath)
	{
	    return HEU_Platform.GetFullPath(inPath);
	}