JIRA: ABC-283 Fix for 2.3.X: Package fails to compile when removing the analytics module from a project (#492)

* Bump package version.

* Fix for 2.3.X: Package fails to compile when removing the analytics module from a project
This commit is contained in:
Vlad Lazar 2022-01-21 11:21:08 -05:00 коммит произвёл GitHub
Родитель fa59f10fb8
Коммит 2496e737d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- When building unsupported standalone targets, Unity excludes the Alembic components from the build.
### Fixed
- Fixed a compile error when a project does not have the analytics module.
## [2.3.0-pre.3] - 2021-10-02
### Added

Просмотреть файл

@ -1,6 +1,7 @@
{
"dependencies": {
"com.unity.timeline": "1.0.0",
"com.unity.modules.unityanalytics": "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 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.",