【打包】ios打包bug、更换加载图片
parent
2ad788daf0
commit
04d5940430
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 43 KiB |
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 350e3da4ae7aa49d5a9486ce2e1fc58f
|
||||
guid: 0ace019f3fa0e433d817a11c4c497de0
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
|
|
|
@ -289,7 +289,7 @@ RectTransform:
|
|||
m_AnchorMin: {x: 0.5, y: 0.5}
|
||||
m_AnchorMax: {x: 0.5, y: 0.5}
|
||||
m_AnchoredPosition: {x: 0, y: 0}
|
||||
m_SizeDelta: {x: 924, y: 1023}
|
||||
m_SizeDelta: {x: 570, y: 873}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &2345454459977262748
|
||||
CanvasRenderer:
|
||||
|
@ -319,7 +319,7 @@ MonoBehaviour:
|
|||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
m_Sprite: {fileID: 21300000, guid: 350e3da4ae7aa49d5a9486ce2e1fc58f, type: 3}
|
||||
m_Sprite: {fileID: 21300000, guid: 0ace019f3fa0e433d817a11c4c497de0, type: 3}
|
||||
m_Type: 0
|
||||
m_PreserveAspect: 0
|
||||
m_FillCenter: 1
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
using System.ComponentModel;
|
||||
using System;
|
||||
#if UNITY_ANDROID
|
||||
using Unity.Notifications.Android;
|
||||
#endif
|
||||
|
||||
public partial class SROptions
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue