Skip to content

Commit

Permalink
[AUTO-7950] Update Unity to 2020.3.19f1 and HDRP to 10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamkolak-lge authored and EricBoiseLGSVL committed Oct 4, 2021
1 parent 7d364c5 commit 290876e
Show file tree
Hide file tree
Showing 231 changed files with 88,804 additions and 5,642 deletions.
1,414 changes: 1,374 additions & 40 deletions Assets/Shaders/ParticlesShaders/ParticleLit.shadergraph

Large diffs are not rendered by default.

1,823 changes: 1,758 additions & 65 deletions Assets/Shaders/ParticlesShaders/ParticleLitCameraFading.shadergraph

Large diffs are not rendered by default.

2,412 changes: 2,306 additions & 106 deletions Assets/Shaders/ParticlesShaders/ParticleLitDistortion.shadergraph

Large diffs are not rendered by default.

1,295 changes: 1,255 additions & 40 deletions Assets/Shaders/ParticlesShaders/ParticleLitFlipbook.shadergraph

Large diffs are not rendered by default.

1,704 changes: 1,639 additions & 65 deletions Assets/Shaders/ParticlesShaders/ParticleLitFlipbookCameraFading.shadergraph

Large diffs are not rendered by default.

1,823 changes: 1,758 additions & 65 deletions Assets/Shaders/ParticlesShaders/ParticleLitSoft.shadergraph

Large diffs are not rendered by default.

1,073 changes: 1,033 additions & 40 deletions Assets/Shaders/ParticlesShaders/ParticleUnlit.shadergraph

Large diffs are not rendered by default.

1,482 changes: 1,417 additions & 65 deletions Assets/Shaders/ParticlesShaders/ParticleUnlitCameraFading.shadergraph

Large diffs are not rendered by default.

2,059 changes: 1,956 additions & 103 deletions Assets/Shaders/ParticlesShaders/ParticleUnlitDistortion.shadergraph

Large diffs are not rendered by default.

954 changes: 914 additions & 40 deletions Assets/Shaders/ParticlesShaders/ParticleUnlitFlipbook.shadergraph

Large diffs are not rendered by default.

1,363 changes: 1,298 additions & 65 deletions Assets/Shaders/ParticlesShaders/ParticleUnlitFlipbookCameraFading.shadergraph

Large diffs are not rendered by default.

1,482 changes: 1,417 additions & 65 deletions Assets/Shaders/ParticlesShaders/ParticleUnlitSoft.shadergraph

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,171 changes: 2,026 additions & 145 deletions Assets/Shaders/ParticlesShaders/Subgraphs/ParticleDistortion.shadersubgraph

Large diffs are not rendered by default.

1,746 changes: 1,649 additions & 97 deletions Assets/Shaders/ParticlesShaders/Subgraphs/ParticleFlipbookBlending.shadersubgraph

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,343 changes: 1,266 additions & 77 deletions Assets/Shaders/ParticlesShaders/Subgraphs/SoftParticles.shadersubgraph

Large diffs are not rendered by default.

33,063 changes: 31,131 additions & 1,932 deletions Assets/Shaders/VehicleShaders/VehicleExteriorWaterDripsXZGenerator.shadersubgraph

Large diffs are not rendered by default.

23,230 changes: 21,897 additions & 1,333 deletions Assets/Shaders/VehicleShaders/VehicleExteriorWaterDropYGenerator.shadersubgraph

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# To build for multiple different platforms with the same docker image
# you need to rebuild this image with https://github.com/game-ci/docker/releases/tag/v0.15 or newer (with https://github.com/game-ci/docker/pull/116)
# e.g. for 2020.3.3f1 version with linux, windows, android and mac support:
# --build-arg version="2020.3.3f1"
# --build-arg changeSet="76626098c1c4" # you can find changeSet value in release announcement, e.g. https://unity3d.com/unity/whats-new/2020.3.3 has "Unity Hub" link unityhub://2020.3.3f1/76626098c1c4
# e.g. for 2020.3.19f1 version with linux, windows, android and mac support:
# --build-arg version="2020.3.19f1"
# --build-arg changeSet="68f137dc9bbe" # you can find changeSet value in release announcement, e.g. https://unity3d.com/unity/whats-new/2020.3.19 has "Unity Hub" link unityhub://2020.3.19f1/68f137dc9bbe
# --build-arg module="windows-mono android mac-mono" # linux support is already included by default
# use an image with only windows-mono support as an example until the images with multiple modules are available on dockerhub
ARG EDITOR_DOCKER_IMAGE=unityci/editor:ubuntu-2020.3.3f1-windows-mono-0.15.0
ARG EDITOR_DOCKER_IMAGE=unityci/editor:ubuntu-2020.3.19f1-windows-mono-0.15.0
FROM ${EDITOR_DOCKER_IMAGE}

# install dependencies:
Expand Down
6 changes: 3 additions & 3 deletions Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
agent {
node {
label "gpu-vulkan"
customWorkspace "/home/jenkins/workspace/simulator-cloud-2020.3.3f1-unityci"
customWorkspace "/home/jenkins/workspace/simulator-cloud-2020.3.19f1-unityci"
}
}

Expand Down Expand Up @@ -88,9 +88,9 @@ pipeline {
UNITY_USERNAME = credentials("UNITY_USERNAME")
UNITY_PASSWORD = credentials("UNITY_PASSWORD")
UNITY_SERIAL = credentials("UNITY_SERIAL")
UNITY_VERSION = "2020.3.3f1"
UNITY_VERSION = "2020.3.19f1"
UNITY_DOCKER_IMAGE = "${GITLAB_HOST}:4567/hdrp/unityci/editor-lgsvl"
UNITY_DOCKER_IMAGE_TAG = "2020.3.3f1-v0.15-4-g07a8336__build__30"
UNITY_DOCKER_IMAGE_TAG = "2020.3.19f1-v0.15-4-g07a8336__build__31"
CODE_SIGNING_PASSWORD = credentials("LGSVL_CODE_SIGNING_PASSWORD")
PYTHONUNBUFFERED = "1"
DISPLAY = ":0"
Expand Down
6 changes: 3 additions & 3 deletions Jenkins/Jenkinsfile-Bundles
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
agent {
node {
label "gpu-vulkan"
customWorkspace "/home/jenkins/workspace/simulator-cloud-bundles-2020.3.3f1-unityci"
customWorkspace "/home/jenkins/workspace/simulator-cloud-bundles-2020.3.19f1-unityci"
}
}

Expand Down Expand Up @@ -37,9 +37,9 @@ pipeline {
UNITY_USERNAME = credentials("UNITY_USERNAME")
UNITY_PASSWORD = credentials("UNITY_PASSWORD")
UNITY_SERIAL = credentials("UNITY_SERIAL")
UNITY_VERSION = "2020.3.3f1"
UNITY_VERSION = "2020.3.19f1"
UNITY_DOCKER_IMAGE = "${GITLAB_HOST}:4567/hdrp/unityci/editor-lgsvl"
UNITY_DOCKER_IMAGE_TAG = "2020.3.3f1-v0.15-4-g07a8336__build__30"
UNITY_DOCKER_IMAGE_TAG = "2020.3.19f1-v0.15-4-g07a8336__build__31"
PYTHONUNBUFFERED = "1"
DISPLAY = ":0"
JENKINS_BUILD_ID = "${BUILD_ID}"
Expand Down
6 changes: 3 additions & 3 deletions Jenkins/Jenkinsfile-Bundles-Release
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
agent {
node {
label "gpu-vulkan"
customWorkspace "/home/jenkins/workspace/simulator-cloud-bundles-release-2020.3.3f1-unityci"
customWorkspace "/home/jenkins/workspace/simulator-cloud-bundles-release-2020.3.19f1-unityci"
}
}

Expand Down Expand Up @@ -37,9 +37,9 @@ pipeline {
UNITY_USERNAME = credentials("UNITY_USERNAME")
UNITY_PASSWORD = credentials("UNITY_PASSWORD")
UNITY_SERIAL = credentials("UNITY_SERIAL")
UNITY_VERSION = "2020.3.3f1"
UNITY_VERSION = "2020.3.19f1"
UNITY_DOCKER_IMAGE = "${GITLAB_HOST}:4567/hdrp/unityci/editor-lgsvl"
UNITY_DOCKER_IMAGE_TAG = "2020.3.3f1-v0.15-4-g07a8336__build__30"
UNITY_DOCKER_IMAGE_TAG = "2020.3.19f1-v0.15-4-g07a8336__build__31"
PYTHONUNBUFFERED = "1"
DISPLAY = ":0"
JENKINS_BUILD_ID = "${BUILD_ID}"
Expand Down
6 changes: 3 additions & 3 deletions Jenkins/Jenkinsfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
agent {
node {
label "gpu-vulkan"
customWorkspace "/home/jenkins/workspace/simulator-cloud-release-2020.3.3f1-unityci"
customWorkspace "/home/jenkins/workspace/simulator-cloud-release-2020.3.19f1-unityci"
}
}

Expand Down Expand Up @@ -77,9 +77,9 @@ pipeline {
UNITY_USERNAME = credentials("UNITY_USERNAME")
UNITY_PASSWORD = credentials("UNITY_PASSWORD")
UNITY_SERIAL = credentials("UNITY_SERIAL")
UNITY_VERSION = "2020.3.3f1"
UNITY_VERSION = "2020.3.19f1"
UNITY_DOCKER_IMAGE = "${GITLAB_HOST}:4567/hdrp/unityci/editor-lgsvl"
UNITY_DOCKER_IMAGE_TAG = "2020.3.3f1-v0.15-4-g07a8336__build__30"
UNITY_DOCKER_IMAGE_TAG = "2020.3.19f1-v0.15-4-g07a8336__build__31"
CODE_SIGNING_PASSWORD = credentials("LGSVL_CODE_SIGNING_PASSWORD")
PYTHONUNBUFFERED = "1"
DISPLAY = ":0"
Expand Down
8 changes: 4 additions & 4 deletions Jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ First export necessary environment variables:
export UNITY_USERNAME=...
export UNITY_PASSWORD=...
export UNITY_SERIAL=...
export UNITY_VERSION="2020.3.3f1"
export UNITY_VERSION="2020.3.19f1"
export UNITY_DOCKER_IMAGE="hdrp/unityci/editor-lgsvl"
export UNITY_DOCKER_IMAGE_TAG="2020.3.3f1-v0.15-4-g07a8336__build__30"
export UNITY_DOCKER_IMAGE_TAG="2020.3.19f1-v0.15-4-g07a8336__build__31"
export PYTHONUNBUFFERED=1
export UID
export CODE_SIGNING_FILE=/dev/urandom
Expand Down Expand Up @@ -66,10 +66,10 @@ To setup Pipeline CI job on jenkins following global environment variables are r
* `UNITY_USERNAME` - Unity username for license
* `UNITY_PASSWORD` - Unity username for password
* `UNITY_SERIAL` - Unity username for serial
* `UNITY_VERSION` - Version of Unity, ex: `2020.3.3f1`
* `UNITY_VERSION` - Version of Unity, ex: `2020.3.19f1`
* `GITLAB_HOST` - hostname of GitLab instance, ex: `gitlab.example.com`
* `UNITY_DOCKER_IMAGE` - name of Docker image, ex: `gitlab.example.com:4567/hdrp/simulator`
* `UNITY_DOCKER_IMAGE_TAG` - tag of Docker image with Unity, ex: `2020.3.3f1-v0.15-4-g07a8336__build__30`
* `UNITY_DOCKER_IMAGE_TAG` - tag of Docker image with Unity, ex: `2020.3.19f1-v0.15-4-g07a8336__build__31`
* `SIMULATOR_ENVIRONMENTS` - comma separated list of environment bundles to build, ex: `CubeTown,SanFrancisco`
* `SIMULATOR_VEHICLES` - comma separated list of vehicle bundles to build, ex: `Car1,Car2`
* `S3_BUCKET_NAME` - AWS S3 bucket name to where upload bundles
Expand Down
Loading

0 comments on commit 290876e

Please sign in to comment.