Exemplo n.º 1
0
		private string GetOutputCacheDirectory()
		{
			if (string.IsNullOrEmpty(_outputCacheDirectory))
			{
				// Get a unique working folder if none set
				_outputCacheDirectory = HEU_AssetDatabase.CreateAssetCacheFolder(this.name);
			}
			return _outputCacheDirectory;
		}
	public static string GetValidAssetCacheFolderPath(string name)
	{
	    return HEU_AssetDatabase.CreateAssetCacheFolder(name);
	}