com.typhoon.unitysdk 1.0.29 → 1.0.31
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.
|
@@ -184,7 +184,7 @@ namespace TyphoonUnitySDK
|
|
|
184
184
|
settings.activeProfileId = profileId;
|
|
185
185
|
foreach (var element in publish.AAVariableModify)
|
|
186
186
|
{
|
|
187
|
-
SetVariable(
|
|
187
|
+
SetVariable(publish.AAUseProfile, element.VariableName, element.VariableValue);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
EditorUtility.SetDirty(settings);
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.
|
|
1
|
+
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.31","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
%YAML 1.1
|
|
2
|
-
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
-
--- !u!1 &3052855270983707171
|
|
4
|
-
GameObject:
|
|
5
|
-
m_ObjectHideFlags: 0
|
|
6
|
-
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
-
m_PrefabInstance: {fileID: 0}
|
|
8
|
-
m_PrefabAsset: {fileID: 0}
|
|
9
|
-
serializedVersion: 6
|
|
10
|
-
m_Component:
|
|
11
|
-
- component: {fileID: 2699745964915742218}
|
|
12
|
-
- component: {fileID: 2587331464460211208}
|
|
13
|
-
m_Layer: 0
|
|
14
|
-
m_Name: TYPHOON_SDK_TEST
|
|
15
|
-
m_TagString: Untagged
|
|
16
|
-
m_Icon: {fileID: 0}
|
|
17
|
-
m_NavMeshLayer: 0
|
|
18
|
-
m_StaticEditorFlags: 0
|
|
19
|
-
m_IsActive: 1
|
|
20
|
-
--- !u!4 &2699745964915742218
|
|
21
|
-
Transform:
|
|
22
|
-
m_ObjectHideFlags: 0
|
|
23
|
-
m_CorrespondingSourceObject: {fileID: 0}
|
|
24
|
-
m_PrefabInstance: {fileID: 0}
|
|
25
|
-
m_PrefabAsset: {fileID: 0}
|
|
26
|
-
m_GameObject: {fileID: 3052855270983707171}
|
|
27
|
-
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
28
|
-
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
29
|
-
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
30
|
-
m_Children: []
|
|
31
|
-
m_Father: {fileID: 0}
|
|
32
|
-
m_RootOrder: 0
|
|
33
|
-
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
34
|
-
--- !u!114 &2587331464460211208
|
|
35
|
-
MonoBehaviour:
|
|
36
|
-
m_ObjectHideFlags: 0
|
|
37
|
-
m_CorrespondingSourceObject: {fileID: 0}
|
|
38
|
-
m_PrefabInstance: {fileID: 0}
|
|
39
|
-
m_PrefabAsset: {fileID: 0}
|
|
40
|
-
m_GameObject: {fileID: 3052855270983707171}
|
|
41
|
-
m_Enabled: 1
|
|
42
|
-
m_EditorHideFlags: 0
|
|
43
|
-
m_Script: {fileID: 11500000, guid: c2fd32a072371b04b84c786471b7723a, type: 3}
|
|
44
|
-
m_Name:
|
|
45
|
-
m_EditorClassIdentifier:
|