Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
avvy
mobile-app
Commits
39ef8dca
Commit
39ef8dca
authored
6 years ago
by
SerjPaskhalov
Browse files
Options
Download
Email Patches
Plain Diff
Исправил проблему с ScaleFactor на iPhone XR
parent
f22c1a3c
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Assets/DomiDo/AvvyLand/Scenes/AR.unity
+4
-4
Assets/DomiDo/AvvyLand/Scenes/AR.unity
Assets/DomiDo/AvvyLand/Scenes/Base.unity
+1
-1
Assets/DomiDo/AvvyLand/Scenes/Base.unity
Assets/DomiDo/AvvyLand/Scenes/Map.unity
+2
-2
Assets/DomiDo/AvvyLand/Scenes/Map.unity
Assets/DomiDo/AvvyLand/Scripts/UI/DynamicScaleFactor.cs
+1
-1
Assets/DomiDo/AvvyLand/Scripts/UI/DynamicScaleFactor.cs
Assets/DomiDo/Core
+1
-1
Assets/DomiDo/Core
with
9 additions
and
9 deletions
+9
-9
Assets/DomiDo/AvvyLand/Scenes/AR.unity
View file @
39ef8dca
...
...
@@ -926,7 +926,7 @@ MonoBehaviour:
m_Name
:
m_EditorClassIdentifier
:
thresholds
:
-
Height
:
1
5
00
-
Height
:
1
8
00
ScaleFactor
:
2
-
Height
:
2500
ScaleFactor
:
3
...
...
@@ -1696,7 +1696,7 @@ MonoBehaviour:
realignAfterStart
:
1
realignAfterPause
:
1
disableInEditor
:
1
desiredAccuracy
:
1
5
desiredAccuracy
:
1
00
maxAngleBetweenARAndGPS
:
20
---
!u!1
&1331480476140661
GameObject
:
...
...
@@ -1804,7 +1804,7 @@ MonoBehaviour:
m_Name
:
m_EditorClassIdentifier
:
thresholds
:
-
Height
:
1
5
00
-
Height
:
1
8
00
ScaleFactor
:
2
-
Height
:
2500
ScaleFactor
:
3
...
...
@@ -3906,7 +3906,7 @@ MonoBehaviour:
_synchronizationBias
:
1
_arTrustRange
:
30
_minimumDeltaDistance
:
3
_minimumDesiredAccuracy
:
1
5
_minimumDesiredAccuracy
:
1
00
---
!u!114
&114870044208836025
MonoBehaviour
:
m_ObjectHideFlags
:
0
...
...
This diff is collapsed.
Click to expand it.
Assets/DomiDo/AvvyLand/Scenes/Base.unity
View file @
39ef8dca
...
...
@@ -270,7 +270,7 @@ MonoBehaviour:
m_Name
:
m_EditorClassIdentifier
:
thresholds
:
-
Height
:
1
5
00
-
Height
:
1
8
00
ScaleFactor
:
2
-
Height
:
2500
ScaleFactor
:
3
...
...
This diff is collapsed.
Click to expand it.
Assets/DomiDo/AvvyLand/Scenes/Map.unity
View file @
39ef8dca
...
...
@@ -241,7 +241,7 @@ MonoBehaviour:
m_Name
:
m_EditorClassIdentifier
:
thresholds
:
-
Height
:
1
5
00
-
Height
:
1
8
00
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
...
...
This diff is collapsed.
Click to expand it.
Assets/DomiDo/AvvyLand/Scripts/UI/DynamicScaleFactor.cs
View file @
39ef8dca
...
...
@@ -24,7 +24,7 @@ namespace Avvyland.UI
[
SerializeField
]
private
Threshold
[]
thresholds
=
{
new
Threshold
{
Height
=
1
5
00
,
ScaleFactor
=
2
},
new
Threshold
{
Height
=
1
8
00
,
ScaleFactor
=
2
},
new
Threshold
{
Height
=
2500
,
ScaleFactor
=
3
},
new
Threshold
{
Height
=
0
,
ScaleFactor
=
4
}
};
...
...
This diff is collapsed.
Click to expand it.
Core
@
ee6187b7
Subproject commit
a3d1651c115c79e546c9eac4230fe355b71d4902
Subproject commit
ee6187b7a075f75ffe485e85ffc20a51b8bb6940
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help