10 lines
216 B
C#
10 lines
216 B
C#
|
namespace Adobe.Substance
|
||
|
{
|
||
|
public static class PathUtils
|
||
|
{
|
||
|
public const string SubstanceRootPath = "Assets/Adobe/Substance3DForUnity/";
|
||
|
|
||
|
public const bool UsingPackageManager = true;
|
||
|
}
|
||
|
}
|