Skip to content

Commit

Permalink
Unity Binaries 3.0.0 and Unity WebGL packages 1.0.0-pre.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder authored and GitHub Enterprise committed Nov 6, 2023
1 parent 8870e23 commit 402b299
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 16 deletions.
4 changes: 3 additions & 1 deletion UnityPackages/com.unity.cloud.draco.webgl-2020/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [1.0.0-pre.1] - 2023-11-03

Initial sub package publication
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class WebglEditorTests
const string k_PackagePrefix = "Packages/com.unity.cloud.draco.webgl-2020/Runtime/Plugins/WebGL";

static readonly string[] k_WebglBinaries = {
$"{k_PackagePrefix}/libdracodec_unity.bc",
$"{k_PackagePrefix}/libdracoenc_unity.bc"
$"{k_PackagePrefix}/libdraco_unity.bc"
};

[Test]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.cloud.draco.webgl-2020",
"version": "0.1.0",
"version": "1.0.0-pre.1",
"displayName": "Draco for Unity WebGL 2020",
"description": "Provides the Draco for Unity package with WebGL native libraries for Unity versions 2020.1 to 2021.1",
"unity": "2020.1"
Expand Down
4 changes: 3 additions & 1 deletion UnityPackages/com.unity.cloud.draco.webgl-2021/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [1.0.0-pre.1] - 2023-11-03

Initial sub package publication
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class WebglEditorTests
const string k_PackagePrefix = "Packages/com.unity.cloud.draco.webgl-2021/Runtime/Plugins/WebGL";

static readonly string[] k_WebglBinaries = {
$"{k_PackagePrefix}/libdracodec_unity.a",
$"{k_PackagePrefix}/libdracoenc_unity.a"
$"{k_PackagePrefix}/libdraco_unity.a"
};

[Test]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.cloud.draco.webgl-2021",
"version": "0.1.0",
"version": "1.0.0-pre.1",
"displayName": "Draco for Unity WebGL 2021",
"description": "Provides the Draco for Unity package with WebGL native libraries for Unity versions 2021.2 to 2022.1",
"unity": "2021.2"
Expand Down
4 changes: 3 additions & 1 deletion UnityPackages/com.unity.cloud.draco.webgl-2022/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [1.0.0-pre.1] - 2023-11-03

Initial sub package publication
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class WebglEditorTests
const string k_PackagePrefix = "Packages/com.unity.cloud.draco.webgl-2022/Runtime/Plugins/WebGL";

static readonly string[] k_WebglBinaries = {
$"{k_PackagePrefix}/libdracodec_unity.a",
$"{k_PackagePrefix}/libdracoenc_unity.a"
$"{k_PackagePrefix}/libdraco_unity.a"
};

[Test]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.cloud.draco.webgl-2022",
"version": "0.1.0",
"version": "1.0.0-pre.1",
"displayName": "Draco for Unity WebGL 2022",
"description": "Provides the Draco for Unity package with WebGL native libraries for Unity versions 2022.2 to 2023.1",
"unity": "2022.2"
Expand Down
4 changes: 3 additions & 1 deletion UnityPackages/com.unity.cloud.draco.webgl-2023/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [1.0.0-pre.1] - 2023-11-03

Initial sub package publication
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class WebglEditorTests
const string k_PackagePrefix = "Packages/com.unity.cloud.draco.webgl-2023/Runtime/Plugins/WebGL";

static readonly string[] k_WebglBinaries = {
$"{k_PackagePrefix}/libdracodec_unity.a",
$"{k_PackagePrefix}/libdracoenc_unity.a"
$"{k_PackagePrefix}/libdraco_unity.a"
};

[Test]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.cloud.draco.webgl-2023",
"version": "0.1.0",
"version": "1.0.0-pre.1",
"displayName": "Draco for Unity WebGL 2023",
"description": "Provides the Draco for Unity package with WebGL native libraries for Unity versions 2023.2 and newer",
"unity": "2023.2",
Expand Down

0 comments on commit 402b299

Please sign in to comment.