com.typhoon.unitysdk 1.0.11 → 1.0.12
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/Editor/PublishWindow.cs +2 -2
- package/Editor/Skin.guiskin +1 -1
- package/package.json +1 -1
package/Editor/PublishWindow.cs
CHANGED
|
@@ -159,7 +159,7 @@ namespace TyphoonUnitySDK
|
|
|
159
159
|
|
|
160
160
|
/*绘制菜单栏*/
|
|
161
161
|
var rectPos = rectLeftMenu;
|
|
162
|
-
rectPos.y = rectSearch.yMax;
|
|
162
|
+
rectPos.y = rectSearch.yMax+4;
|
|
163
163
|
rectPos.height = rectLeftMenu.yMax - rectPos.y;
|
|
164
164
|
GUILayout.BeginArea(rectPos);
|
|
165
165
|
rectPos.x = 0;
|
|
@@ -206,7 +206,7 @@ namespace TyphoonUnitySDK
|
|
|
206
206
|
var lockRect = rectItem;
|
|
207
207
|
lockRect.width = 60;
|
|
208
208
|
lockRect.x = rectItem.xMax - lockRect.width;
|
|
209
|
-
GUI.Label(lockRect,"未开放");
|
|
209
|
+
GUI.Label(lockRect,"未开放",Styles.rlabel_italic);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
|
package/Editor/Skin.guiskin
CHANGED
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.12","description":"unity端个汇总渠道的sdk,统一接口,一键发布","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"}}
|