Commit 39ef8dca authored by SerjPaskhalov's avatar SerjPaskhalov
Browse files

Исправил проблему с ScaleFactor на iPhone XR

parent f22c1a3c
No related merge requests found
Showing with 9 additions and 9 deletions
+9 -9
......@@ -926,7 +926,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
thresholds:
- Height: 1500
- Height: 1800
ScaleFactor: 2
- Height: 2500
ScaleFactor: 3
......@@ -1696,7 +1696,7 @@ MonoBehaviour:
realignAfterStart: 1
realignAfterPause: 1
disableInEditor: 1
desiredAccuracy: 15
desiredAccuracy: 100
maxAngleBetweenARAndGPS: 20
--- !u!1 &1331480476140661
GameObject:
......@@ -1804,7 +1804,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
thresholds:
- Height: 1500
- Height: 1800
ScaleFactor: 2
- Height: 2500
ScaleFactor: 3
......@@ -3906,7 +3906,7 @@ MonoBehaviour:
_synchronizationBias: 1
_arTrustRange: 30
_minimumDeltaDistance: 3
_minimumDesiredAccuracy: 15
_minimumDesiredAccuracy: 100
--- !u!114 &114870044208836025
MonoBehaviour:
m_ObjectHideFlags: 0
......
......@@ -270,7 +270,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
thresholds:
- Height: 1500
- Height: 1800
ScaleFactor: 2
- Height: 2500
ScaleFactor: 3
......
......@@ -241,7 +241,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
thresholds:
- Height: 1500
- Height: 1800
ScaleFactor: 2
- Height: 2500
ScaleFactor: 3
......@@ -1158,7 +1158,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 367, y: 0}
m_AnchoredPosition: {x: 268, y: 0}
m_SizeDelta: {x: 0, y: 45}
m_Pivot: {x: 1, y: 0.5}
--- !u!114 &612508692
......
......@@ -24,7 +24,7 @@ namespace Avvyland.UI
[SerializeField]
private Threshold[] thresholds =
{
new Threshold { Height = 1500, ScaleFactor = 2},
new Threshold { Height = 1800, ScaleFactor = 2},
new Threshold { Height = 2500, ScaleFactor = 3},
new Threshold { Height = 0, ScaleFactor = 4}
};
......
Core @ ee6187b7
Subproject commit a3d1651c115c79e546c9eac4230fe355b71d4902
Subproject commit ee6187b7a075f75ffe485e85ffc20a51b8bb6940
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment