Skip to content

Commit

Permalink
Stadia wants to be named as Stadia instead of Google Stadia. (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
clusty authored Apr 21, 2021
1 parent bb16aba commit 60194b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions com.unity.formats.alembic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this package 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).

## [2.2.0-pre.2] - 2021-04-07
## [2.2.0-pre.3] - 2021-04-07
### Added
- New option to automatically add the AlembicCurveRendering components for basic preview of the curves in the Scene.
- New option to stream Alembic files from outside a Unity project.
Expand All @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.2.0-exp.2] - 2021-01-21
### Added
- Added support for Google Stadia standalone builds.
- Added support for Stadia standalone builds.
- Added support for arm64 macOS.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion com.unity.formats.alembic/Documentation~/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This version of Alembic for Unity is compatible with the following versions of t

### Known issues and limitations

* Alembic for Unity **only supports** the following build targets: **Windows 64-bit**, **MacOS X**, **Linux 64-bit**, and **Google Stadia**.
* Alembic for Unity **only supports** the following build targets: **Windows 64-bit**, **MacOS X**, **Linux 64-bit**, and **Stadia**.

* The Alembic format does not support Material import and export.

Expand Down
4 changes: 2 additions & 2 deletions com.unity.formats.alembic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"com.unity.timeline": "1.0.0",
"com.unity.modules.cloth": "1.0.0"
},
"description": "Import and export Alembic files (.abc), record and stream animations in the Alembic format directly in Unity.\nNOTE: Supported build platforms: only Windows 64, MacOS X, Linux 64, and Google Stadia.\n\nThe Alembic format is commonly used in animation to transfer facial, cloth, and other simulation between applications in the form of baked data.",
"description": "Import and export Alembic files (.abc), record and stream animations in the Alembic format directly in Unity.\nNOTE: Supported build platforms: only Windows 64, MacOS X, Linux 64, and Stadia.\n\nThe Alembic format is commonly used in animation to transfer facial, cloth, and other simulation between applications in the form of baked data.",
"displayName": "Alembic",
"keywords": [
"alembic",
Expand All @@ -15,5 +15,5 @@
],
"name": "com.unity.formats.alembic",
"unity": "2019.4",
"version": "2.2.0-pre.2"
"version": "2.2.0-pre.3"
}

0 comments on commit 60194b1

Please sign in to comment.