|
@@ -39,7 +39,7 @@ namespace ETModel
|
|
|
{
|
|
{
|
|
|
get
|
|
get
|
|
|
{
|
|
{
|
|
|
-#if UNITY_IOS
|
|
|
|
|
|
|
+#if UNITY_IOS || UNITY_STANDALONE_OSX
|
|
|
return $"file://{Application.streamingAssetsPath}";
|
|
return $"file://{Application.streamingAssetsPath}";
|
|
|
#else
|
|
#else
|
|
|
return Application.streamingAssetsPath;
|
|
return Application.streamingAssetsPath;
|