File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
API/OpenInterface/SystemButton Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ IEnumerator CreateFeedbackButton(float delay)
47
47
yield return new WaitForSeconds ( delay ) ;
48
48
49
49
Vector2 size = GameManager . Instance . detailsController . GetInitialButtonSize ( ) ;
50
- Vector2 position = GameManager . Instance . detailsController . GetButtonPosition ( 1 ) ;
50
+ Vector2 position = GameManager . Instance . detailsController . GetButtonPosition ( 0 ) ;
51
51
var systemInfo = WX . GetSystemInfoSync ( ) ;
52
52
_feedbackButton = WX . CreateFeedbackButton ( new CreateOpenSettingButtonOption ( )
53
53
{
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ MonoBehaviour:
14
14
m_EditorClassIdentifier :
15
15
ProjectConf :
16
16
projectName : GameClubDemo
17
- Appid : wxf616b60467bcfcaf
17
+ Appid : wxb7d4485dbc1233ca
18
18
CDN :
19
19
assetLoadType : 1
20
20
compressDataPackage : 0
21
21
VideoUrl :
22
- DST : C:/Users/xiaoyuejin/Desktop/gametest
22
+ DST : C:/Users/xiaoyuejin/Desktop/finaltest
23
23
StreamCDN :
24
24
bundleHashLength : 32
25
25
bundlePathIdentifier : StreamingAssets;
You can’t perform that action at this time.
0 commit comments