From 62bf0fbc2ddf7c3b4e1a0be6ba979223a0e1f653 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 01 十二月 2025 23:55:19 +0800
Subject: [PATCH] 0312 sdk同步
---
Assets/Editor/UIPattern/SecondFrameLoad.prefab | 3 ++-
Assets/Plugins/Android/AndroidManifest.xml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Assets/Editor/UIPattern/SecondFrameLoad.prefab b/Assets/Editor/UIPattern/SecondFrameLoad.prefab
index 2ac89f1..47357bb 100644
--- a/Assets/Editor/UIPattern/SecondFrameLoad.prefab
+++ b/Assets/Editor/UIPattern/SecondFrameLoad.prefab
@@ -36,7 +36,7 @@
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 51.50003}
+ m_AnchoredPosition: {x: 0, y: 54}
m_SizeDelta: {x: 735, y: 549}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &7228826207175754944
@@ -394,6 +394,7 @@
customNegativeSound: 0
positiveSound: 0
negativeSound: 0
+ pressedScale: 1.05
--- !u!1 &5635560704098884952
GameObject:
m_ObjectHideFlags: 0
diff --git a/Assets/Plugins/Android/AndroidManifest.xml b/Assets/Plugins/Android/AndroidManifest.xml
index 1dad128..1fcf68d 100644
--- a/Assets/Plugins/Android/AndroidManifest.xml
+++ b/Assets/Plugins/Android/AndroidManifest.xml
@@ -5,7 +5,7 @@
xmlns:tools="http://schemas.android.com/tools">
<application
android:allowNativeHeapPointerTagging="false">
- <activity android:name="com.secondworld.sdk.GameActivity"
+ <activity android:name="com.wgyx.sdk.GameActivity"
android:theme="@style/UnityThemeSelector">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
--
Gitblit v1.8.0