Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 8bf27c2

Browse files
committed
Sora Unity SDK 2021.2 を使用する
- install.sh を Sora Unity SDK 2021.2 を使用するようにしました - install.ps1 を Sora Unity SDK 2021.2 を使用するようにしました
1 parent 211ffe4 commit 8bf27c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$ErrorActionPreference = 'Stop'
44

55

6-
$SORAUNITYSDK_VERSION = "2021.1.2"
6+
$SORAUNITYSDK_VERSION = "2021.2"
77

88
# 一通り掃除
99
if (Test-Path "SoraUnitySdk.zip") {

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
# SoraUnitySdk をダウンロードして SoraUnitySdkSamples にインストールする
66

7-
SORAUNITYSDK_VERSION="2021.1.2"
7+
SORAUNITYSDK_VERSION="2021.2"
88

99
# 掃除
1010
rm -f SoraUnitySdk.zip

0 commit comments

Comments
 (0)