This commit is contained in:
2025-10-31 15:36:54 +08:00
parent 20b6819ee1
commit ee6d14e4bd
5 changed files with 20 additions and 5 deletions

View File

@@ -249,7 +249,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: -0.095}
m_SizeDelta: {x: 32.34861, y: 5}
m_SizeDelta: {x: 20, y: 3}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &7581257579931840423
Canvas:

View File

@@ -52,7 +52,7 @@ public class DeviceXEventHandler : MonoBehaviour
void Start()
{
StringEventSystem.Global.Register<bool>("X_Button", SetXbutton);
StringEventSystem.Global.Register<HierarchyType>("X_SetHierarchyType", SetHierarchyType);
StringEventSystem.Global.Register<HierarchyType>("X_ButtonHierarchyType", SetHierarchyType);
}
void OnDestroy()
{

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.tools",
"version": "1.1.12",
"version": "1.1.13",
"displayName": "00.StaryEvo.Tools",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",