ai.muna.muna 0.0.42 → 0.0.43

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.
Binary file
Binary file
Binary file
@@ -2,7 +2,7 @@ fileFormatVersion: 2
2
2
  guid: 62aec3fdf35a340f78ab3a076fc7ca3e
3
3
  PluginImporter:
4
4
  externalObjects: {}
5
- serializedVersion: 2
5
+ serializedVersion: 3
6
6
  iconMap: {}
7
7
  executionOrder: {}
8
8
  defineConstraints: []
@@ -11,9 +11,13 @@ PluginImporter:
11
11
  isExplicitlyReferenced: 0
12
12
  validateReferences: 1
13
13
  platformData:
14
- - first:
15
- : Any
16
- second:
14
+ Android:
15
+ enabled: 0
16
+ settings:
17
+ AndroidLibraryDependee: UnityLibrary
18
+ AndroidSharedLibraryType: Executable
19
+ CPU: ARMv7
20
+ Any:
17
21
  enabled: 0
18
22
  settings:
19
23
  Exclude Android: 1
@@ -24,53 +28,29 @@ PluginImporter:
24
28
  Exclude Win: 1
25
29
  Exclude Win64: 1
26
30
  Exclude iOS: 1
27
- - first:
28
- Android: Android
29
- second:
30
- enabled: 0
31
- settings:
32
- AndroidSharedLibraryType: Executable
33
- CPU: ARMv7
34
- - first:
35
- Any:
36
- second:
37
- enabled: 0
38
- settings: {}
39
- - first:
40
- Editor: Editor
41
- second:
31
+ Editor:
42
32
  enabled: 1
43
33
  settings:
44
- CPU: AnyCPU
34
+ CPU: ARM64
45
35
  DefaultValueInitialized: true
46
36
  OS: OSX
47
- - first:
48
- Standalone: Linux64
49
- second:
37
+ Linux64:
50
38
  enabled: 0
51
39
  settings:
52
40
  CPU: AnyCPU
53
- - first:
54
- Standalone: OSXUniversal
55
- second:
41
+ OSXUniversal:
56
42
  enabled: 1
57
43
  settings:
58
- CPU: AnyCPU
59
- - first:
60
- Standalone: Win
61
- second:
44
+ CPU: ARM64
45
+ Win:
62
46
  enabled: 0
63
47
  settings:
64
48
  CPU: AnyCPU
65
- - first:
66
- Standalone: Win64
67
- second:
49
+ Win64:
68
50
  enabled: 0
69
51
  settings:
70
52
  CPU: AnyCPU
71
- - first:
72
- iPhone: iOS
73
- second:
53
+ iOS:
74
54
  enabled: 0
75
55
  settings:
76
56
  AddToEmbeddedBinaries: false
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 3b551564524b7483bb701d576e18c342
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
package/Runtime/Muna.cs CHANGED
@@ -94,7 +94,7 @@ namespace Muna {
94
94
 
95
95
  #region --Operations--
96
96
  public readonly MunaClient client;
97
- public const string Version = @"0.0.42";
97
+ public const string Version = @"0.0.43";
98
98
  internal const string URL = @"https://api.muna.ai/v1";
99
99
  #endregion
100
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai.muna.muna",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "displayName": "Muna",
5
5
  "description": "Run AI inference in Unity Engine.",
6
6
  "unity": "2022.3",
Binary file