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:
Родитель
fa59f10fb8
Коммит
2496e737d5
|
@ -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.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче