Skip to content

Commit e503505

Browse files
JordiFBfacebook-github-bot
authored andcommitted
Fixed some scenes background color
Summary: Fixed the background color for Tournaments and UploadToMediaLibrary example scenes Reviewed By: SergioGuerreroFB Differential Revision: D37859006 fbshipit-source-id: 51a5a1faa7831ad3a125724bc32795c43dc8c74b
1 parent 00c65d0 commit e503505

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Issue with new Unity Input System and UnitySDK Example.
1212
- Issue with misconfiguration of each DLL when Unity import the package.
13+
- Fixed some example scenes background color
1314

1415
### Changed
1516
- Bumped native SDK versions to 14.1.0

UnitySDK/Assets/FacebookSDK/Examples/TournamentsMenu.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Camera:
157157
m_Enabled: 1
158158
serializedVersion: 2
159159
m_ClearFlags: 2
160-
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
160+
m_BackGroundColor: {r: 0.23137255, g: 0.34901962, b: 0.59607846, a: 1}
161161
m_projectionMatrixMode: 1
162162
m_GateFitMode: 2
163163
m_FOVAxisMode: 0

UnitySDK/Assets/FacebookSDK/Examples/UploadToMediaLibrary.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Camera:
157157
m_Enabled: 1
158158
serializedVersion: 2
159159
m_ClearFlags: 2
160-
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
160+
m_BackGroundColor: {r: 0.23137255, g: 0.34901962, b: 0.59607846, a: 1}
161161
m_projectionMatrixMode: 1
162162
m_GateFitMode: 2
163163
m_FOVAxisMode: 0

0 commit comments

Comments
 (0)