ai.muna.muna 0.0.47 → 0.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Plugins/Android/Muna.aar +0 -0
- package/README.md +1 -1
- package/Runtime/Muna.cs +1 -1
- package/Unity/Internal/PredictionCache.cs +0 -4
- package/package.json +1 -1
package/Plugins/Android/Muna.aar
CHANGED
|
Binary file
|
package/README.md
CHANGED
package/Runtime/Muna.cs
CHANGED
|
@@ -144,10 +144,6 @@ namespace Muna.Internal {
|
|
|
144
144
|
var embeddedPath = embeddedResources != null ?
|
|
145
145
|
PredictionService.GetResourcePath(embeddedResources[idx], ResourceCachePath) :
|
|
146
146
|
null;
|
|
147
|
-
|
|
148
|
-
Application.SetStackTraceLogType(LogType.Log, StackTraceLogType.None);
|
|
149
|
-
Debug.Log($"Cached path: {cachedPath} Embedded path: {embeddedPath}");
|
|
150
|
-
|
|
151
147
|
if (!File.Exists(cachedPath))
|
|
152
148
|
return false;
|
|
153
149
|
if (embeddedPath != null && cachedPath != embeddedPath)
|