Skip to content

Commit

Permalink
Fixed small issue with Safe Area not being updated when the screen re…
Browse files Browse the repository at this point in the history
…solution changes
  • Loading branch information
Martín Pane committed Nov 15, 2023
1 parent 5101eee commit 0874cf1
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 160 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-----------------------------
v3.0.5

- Fixed small issue with Safe Area not being updated when the screen resolution changes.

-----------------------------
v3.0.4

Expand Down
26 changes: 23 additions & 3 deletions Prefab/[Graphy] VR.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 22431670, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
propertyPath: m_AnchoredPosition.x
value: -0.99996
value: -0.99993896
objectReference: {fileID: 0}
- target: {fileID: 22431670, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
propertyPath: m_AnchorMin.x
Expand Down Expand Up @@ -266,12 +266,32 @@ PrefabInstance:
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
type: 3}
propertyPath: m_SizeDelta.x
value: 1920
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
type: 3}
propertyPath: m_SizeDelta.y
value: 1080
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
type: 3}
propertyPath: m_AnchorMax.x
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
type: 3}
propertyPath: m_AnchorMax.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 6658570366365034085, guid: 0abab5bb77339e4428787a870eb31bd3,
type: 3}
propertyPath: m_Pivot.y
value: 0.5
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 6760672456574371718, guid: 0abab5bb77339e4428787a870eb31bd3, type: 3}
Expand Down
Loading

0 comments on commit 0874cf1

Please sign in to comment.