Skip to content

Commit 6acc042

Browse files
authored
Fix the package ID for analytics. (#4799)
1 parent a084f8f commit 6acc042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.ml-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"com.unity.modules.jsonserialize": "1.0.0",
1111
"com.unity.modules.physics": "1.0.0",
1212
"com.unity.modules.physics2d": "1.0.0",
13-
"com.unity.analytics": "1.0.0"
13+
"com.unity.modules.unityanalytics": "1.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)