Skip to content

Commit 0874cf1

Browse files
author
Martín Pane
committed
Fixed small issue with Safe Area not being updated when the screen resolution changes
1 parent 5101eee commit 0874cf1

File tree

6 files changed

+271
-160
lines changed

6 files changed

+271
-160
lines changed

Changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-----------------------------
2+
v3.0.5
3+
4+
- Fixed small issue with Safe Area not being updated when the screen resolution changes.
5+
16
-----------------------------
27
v3.0.4
38

Prefab/[Graphy] VR.prefab

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PrefabInstance:
5757
objectReference: {fileID: 0}
5858
- target: {fileID: 22431670, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
5959
propertyPath: m_AnchoredPosition.x
60-
value: -0.99996
60+
value: -0.99993896
6161
objectReference: {fileID: 0}
6262
- target: {fileID: 22431670, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
6363
propertyPath: m_AnchorMin.x
@@ -266,12 +266,32 @@ PrefabInstance:
266266
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
267267
type: 3}
268268
propertyPath: m_SizeDelta.x
269-
value: 1920
269+
value: 0
270270
objectReference: {fileID: 0}
271271
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
272272
type: 3}
273273
propertyPath: m_SizeDelta.y
274-
value: 1080
274+
value: 0
275+
objectReference: {fileID: 0}
276+
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
277+
type: 3}
278+
propertyPath: m_AnchorMax.x
279+
value: 1
280+
objectReference: {fileID: 0}
281+
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
282+
type: 3}
283+
propertyPath: m_AnchorMax.y
284+
value: 1
285+
objectReference: {fileID: 0}
286+
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
287+
type: 3}
288+
propertyPath: m_Pivot.x
289+
value: 0.5
290+
objectReference: {fileID: 0}
291+
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
292+
type: 3}
293+
propertyPath: m_Pivot.y
294+
value: 0.5
275295
objectReference: {fileID: 0}
276296
m_RemovedComponents:
277297
- {fileID: 6760672456574371718, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}

0 commit comments

Comments
 (0)