Commit 88d14669 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 90ad191d
Pipeline #5279 failed with stages
in 1 minute and 43 seconds
...@@ -9,7 +9,7 @@ stages: ...@@ -9,7 +9,7 @@ stages:
variables: variables:
BUILD_NAME: YGOPro2 BUILD_NAME: YGOPro2
UNITY_ACTIVATION_FILE: ./unity3d.alf UNITY_ACTIVATION_FILE: ./unity3d.alf
UNITY_VERSION: "2021.1.18f1" UNITY_VERSION: "2021.2.0b9"
IMAGE: unityci/editor # https://hub.docker.com/r/unityci/editor IMAGE: unityci/editor # https://hub.docker.com/r/unityci/editor
IMAGE_VERSION: "0.15" # https://github.com/game-ci/docker/releases IMAGE_VERSION: "0.15" # https://github.com/game-ci/docker/releases
UNITY_DIR: $CI_PROJECT_DIR # this needs to be an absolute path. Defaults to the root of your tree. UNITY_DIR: $CI_PROJECT_DIR # this needs to be an absolute path. Defaults to the root of your tree.
......
...@@ -17,8 +17,8 @@ PlayerSettings: ...@@ -17,8 +17,8 @@ PlayerSettings:
defaultCursor: {fileID: 0} defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0} cursorHotspot: {x: 0, y: 0}
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
m_ShowUnitySplashScreen: 1 m_ShowUnitySplashScreen: 0
m_ShowUnitySplashLogo: 1 m_ShowUnitySplashLogo: 0
m_SplashScreenOverlayOpacity: 1 m_SplashScreenOverlayOpacity: 1
m_SplashScreenAnimation: 1 m_SplashScreenAnimation: 1
m_SplashScreenLogoStyle: 1 m_SplashScreenLogoStyle: 1
......
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