Skip to content

Commit 402b299

Browse files
attenederGitHub Enterprise
authored andcommitted
Unity Binaries 3.0.0 and Unity WebGL packages 1.0.0-pre.1 (#4)
1 parent 8870e23 commit 402b299

File tree

12 files changed

+20
-16
lines changed

12 files changed

+20
-16
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## [Unreleased]
8+
## [1.0.0-pre.1] - 2023-11-03
9+
810
Initial sub package publication

UnityPackages/com.unity.cloud.draco.webgl-2020/Tests/Editor/WebglEditorTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class WebglEditorTests
1010
const string k_PackagePrefix = "Packages/com.unity.cloud.draco.webgl-2020/Runtime/Plugins/WebGL";
1111

1212
static readonly string[] k_WebglBinaries = {
13-
$"{k_PackagePrefix}/libdracodec_unity.bc",
14-
$"{k_PackagePrefix}/libdracoenc_unity.bc"
13+
$"{k_PackagePrefix}/libdraco_unity.bc"
1514
};
1615

1716
[Test]

UnityPackages/com.unity.cloud.draco.webgl-2020/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.unity.cloud.draco.webgl-2020",
3-
"version": "0.1.0",
3+
"version": "1.0.0-pre.1",
44
"displayName": "Draco for Unity WebGL 2020",
55
"description": "Provides the Draco for Unity package with WebGL native libraries for Unity versions 2020.1 to 2021.1",
66
"unity": "2020.1"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## [Unreleased]
8+
## [1.0.0-pre.1] - 2023-11-03
9+
810
Initial sub package publication

UnityPackages/com.unity.cloud.draco.webgl-2021/Tests/Editor/WebglEditorTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class WebglEditorTests
1010
const string k_PackagePrefix = "Packages/com.unity.cloud.draco.webgl-2021/Runtime/Plugins/WebGL";
1111

1212
static readonly string[] k_WebglBinaries = {
13-
$"{k_PackagePrefix}/libdracodec_unity.a",
14-
$"{k_PackagePrefix}/libdracoenc_unity.a"
13+
$"{k_PackagePrefix}/libdraco_unity.a"
1514
};
1615

1716
[Test]

UnityPackages/com.unity.cloud.draco.webgl-2021/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.unity.cloud.draco.webgl-2021",
3-
"version": "0.1.0",
3+
"version": "1.0.0-pre.1",
44
"displayName": "Draco for Unity WebGL 2021",
55
"description": "Provides the Draco for Unity package with WebGL native libraries for Unity versions 2021.2 to 2022.1",
66
"unity": "2021.2"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## [Unreleased]
8+
## [1.0.0-pre.1] - 2023-11-03
9+
810
Initial sub package publication

UnityPackages/com.unity.cloud.draco.webgl-2022/Tests/Editor/WebglEditorTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class WebglEditorTests
1010
const string k_PackagePrefix = "Packages/com.unity.cloud.draco.webgl-2022/Runtime/Plugins/WebGL";
1111

1212
static readonly string[] k_WebglBinaries = {
13-
$"{k_PackagePrefix}/libdracodec_unity.a",
14-
$"{k_PackagePrefix}/libdracoenc_unity.a"
13+
$"{k_PackagePrefix}/libdraco_unity.a"
1514
};
1615

1716
[Test]

UnityPackages/com.unity.cloud.draco.webgl-2022/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.unity.cloud.draco.webgl-2022",
3-
"version": "0.1.0",
3+
"version": "1.0.0-pre.1",
44
"displayName": "Draco for Unity WebGL 2022",
55
"description": "Provides the Draco for Unity package with WebGL native libraries for Unity versions 2022.2 to 2023.1",
66
"unity": "2022.2"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## [Unreleased]
8+
## [1.0.0-pre.1] - 2023-11-03
9+
810
Initial sub package publication

0 commit comments

Comments
 (0)