-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "com.unity.services.core",
"displayName": "Services Core",
"version": "1.14.0",
"unity": "2021.3",
"description": "This package defines common components used by multiple Game Service packages.\nThese are standardized and aim to unify the overall experience of working with Game Services SDK.",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.androidjni": "1.0.0"
},
"relatedPackages": {
"com.unity.services.core.tests": "1.14.0"
},
"_upm": {
"changelog": "### Added\n\n- Added `ServicesInitialization` monobehaviour to manage services in the scene authoring.\n- Added `ServicesBehaviour` abstract monobehaviour as a base for behaviours built on top of services.\n- Added unique identifier for custom service registry creation (`UnityServices.CreateServices`).\n- Added custom services registries dictionary in `UnityServices.Services`.\n- Added `GetIdentifier()` method to `IUnityServices` interface with a default implementation.\n\n### Changed\n\n- Updated the minimum supported Editor version to 2021.3."
},
"upmCi": {
"footprint": "06736de7a083dbfc9f708a5fa132ee56677e1ae0"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
"type": "git",
"revision": "64962022211031c9e26ceec024d3587ea8e05a17"
}
}