Commit 3c552857 王帅

readme

1 个父辈 ad07b84d
......@@ -48,7 +48,7 @@ MonoBehaviour:
m_MinSize: {x: 679, y: 492}
m_MaxSize: {x: 14002, y: 14042}
vertical: 0
controlID: 120
controlID: 15
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -219,7 +219,7 @@ MonoBehaviour:
m_MinSize: {x: 403, y: 492}
m_MaxSize: {x: 10001, y: 14042}
vertical: 1
controlID: 121
controlID: 16
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -244,7 +244,7 @@ MonoBehaviour:
m_MinSize: {x: 403, y: 221}
m_MaxSize: {x: 8003, y: 4021}
vertical: 0
controlID: 122
controlID: 17
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -349,9 +349,9 @@ MonoBehaviour:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 9a380000
m_LastClickedID: 14490
m_ExpandedIDs: 000000005e38000060380000623800006438000066380000683800006a3800006c38000000ca9a3b
m_SelectedIDs: 90380000
m_LastClickedID: 14480
m_ExpandedIDs: 0000000056380000583800005a3800005c3800005e38000060380000623800006438000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -379,7 +379,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 000000005e38000060380000623800006438000066380000683800006a3800006c380000
m_ExpandedIDs: 0000000056380000583800005a3800005c3800005e380000603800006238000064380000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -502,7 +502,7 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: a0380000
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 66fbffff
m_RenameOverlay:
......
{
"process_id" : 96443,
"version" : "2019.4.39f1c1",
"app_path" : "/Applications/Unity/Hub/Editor/2019.4.39f1c1/Unity.app",
"app_contents_path" : "/Applications/Unity/Hub/Editor/2019.4.39f1c1/Unity.app/Contents"
}
\ No newline at end of file
......@@ -56,7 +56,6 @@ After building, open xcworkspace project.
Add the following parameters into the `info.plist`.
You can find the `info.plist` in your Xcode project.
- `UIUserInterfaceStyle`:Because Dark mode changes the font color, the SDK has not adapted Dark mode, so it needs to be disabled
- `NSUserTrackingUsageDescription`:get hint for IDFA
- `zgameid`:You can contact PM for this
- `zchannelid`:You can contact PM for this
......@@ -71,9 +70,6 @@ You can find the `info.plist` in your Xcode project.
<key>NSUserTrackingUsageDescription</key>
<string>get hint for IDFA</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
```
### Config the Sign In with Apple
......
......@@ -52,7 +52,6 @@
##### 配置iOS参数
请在info.plist中进行如下配置:
- `UIUserInterfaceStyle`:由于Dark模式会改变字体颜色,SDK尚未适配Dark模式,所以需要禁用
- `NSUserTrackingUsageDescription`:是为了获取IDFA权限
- `zgameid`:请联系掌游产品获取
- `zchannelid`:请联系掌游产品获取
......@@ -65,9 +64,6 @@
<key>NSUserTrackingUsageDescription</key>
<string>IDFA权限获取说明</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
```
##### 配置Apple登录
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!