diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 497256052e..b6a9df640f 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to ### Bug Fixes #### com.unity.ml-agents (C#) +- Add analytics package depedency to the package manifest. (#4794) #### ml-agents / ml-agents-envs / gym-unity (Python) diff --git a/com.unity.ml-agents/package.json b/com.unity.ml-agents/package.json index 8461c345d0..8c60d82dda 100755 --- a/com.unity.ml-agents/package.json +++ b/com.unity.ml-agents/package.json @@ -9,6 +9,7 @@ "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.physics": "1.0.0", - "com.unity.modules.physics2d": "1.0.0" + "com.unity.modules.physics2d": "1.0.0", + "com.unity.analytics": "1.0.0" } }