Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  - Added PreloadedAssets (SOsingleton objects) - Fixed LoadingMenu not scale on different solutions
  • Loading branch information
Linhmoi committed May 4, 2020
2 parents df7aa47 + 91cb653 commit ff373dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
23 changes: 11 additions & 12 deletions Solataire/Assets/Scenes/LoadingScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: Loading...
m_text: Loading..
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
Expand Down Expand Up @@ -204,8 +204,8 @@ MonoBehaviour:
m_outlineColor:
serializedVersion: 2
rgba: 4278190080
m_fontSize: 18
m_fontSizeBase: 18
m_fontSize: 48
m_fontSizeBase: 48
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18
Expand All @@ -221,7 +221,7 @@ MonoBehaviour:
m_enableWordWrapping: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_firstOverflowCharacterIndex: -1
m_firstOverflowCharacterIndex: 0
m_linkedTextComponent: {fileID: 0}
m_isLinkedTextComponent: 0
m_isTextTruncated: 0
Expand All @@ -245,7 +245,7 @@ MonoBehaviour:
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_textInfo:
textComponent: {fileID: 395946846}
characterCount: 10
characterCount: 9
spriteCount: 0
spaceCount: 0
wordCount: 1
Expand Down Expand Up @@ -304,16 +304,16 @@ RectTransform:
m_GameObject: {fileID: 1257043748}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 6, y: 6, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children:
- {fileID: 395946845}
m_Father: {fileID: 1836346563}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
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: -1820, y: -980}
m_SizeDelta: {x: 300, y: 300}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1257043750
MonoBehaviour:
Expand Down Expand Up @@ -363,7 +363,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: e640c91dc18c5f743b53af024018584b, type: 3}
m_Name:
m_EditorClassIdentifier:
m_EventManager: {fileID: 11400000, guid: ad3d8f325ae51a64da4c10cb267ed8c8, type: 2}
m_LoadingCircle: {fileID: 1257043750}
--- !u!1 &1836346559
GameObject:
Expand Down Expand Up @@ -413,10 +412,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
m_Name:
m_EditorClassIdentifier:
m_UiScaleMode: 0
m_UiScaleMode: 1
m_ReferencePixelsPerUnit: 100
m_ScaleFactor: 1
m_ReferenceResolution: {x: 800, y: 600}
m_ReferenceResolution: {x: 1920, y: 1080}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_PhysicalUnit: 3
Expand Down
9 changes: 6 additions & 3 deletions Solataire/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,11 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 0.1
preloadedAssets: []
bundleVersion: 1.0
preloadedAssets:
- {fileID: 11400000, guid: ad3d8f325ae51a64da4c10cb267ed8c8, type: 2}
- {fileID: 11400000, guid: 8251cf14cf42396438f94e17ebad8c25, type: 2}
- {fileID: 11400000, guid: b37cd1f69d8e4e749880b375f5707c13, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down Expand Up @@ -560,7 +563,7 @@ PlayerSettings:
Android: 1
Standalone: 1
il2cppCompilerConfiguration:
Standalone: 0
Standalone: 1
managedStrippingLevel: {}
incrementalIl2cppBuild: {}
allowUnsafeCode: 0
Expand Down

0 comments on commit ff373dc

Please sign in to comment.