com.ubisoft.hotel.core
Version:
Core features and utilities shared across Hotel packages.
44 lines • 1.45 kB
JSON
{
"name":"com.ubisoft.hotel.core",
"displayName":"HT HotelCore",
"version":"0.10.9",
"unity":"2020.3",
"description":"Core features and utilities shared across Hotel packages.",
"keywords":[
"Ubisoft",
"Hotel",
"Core",
"HotelCore"
],
"author": {
"name": "Ubisoft Hotel",
"email": "bcn-dl-xt-maintainers@ubisoft.com",
"url": "https://confluence.ubisoft.com/x/qqU-K"
},
"category":"Core",
"dependencies": {
"com.ubisoft.hotel.unitask": "0.5.0"
},
"samples":[
{
"displayName":"Hotel Logger sample",
"description":"Example showing how to use Hotel Logger to log messages.",
"path":"Samples~/logger_sample"
},
{
"displayName":"Hotel Debug sample",
"description":"Example showing how to use Hotel Debug to log messages.",
"path":"Samples~/debug_sample"
},
{
"displayName":"Hotel Device sample",
"description":"Example showing how to use Hotel Device utilities.",
"path":"Samples~/device_sample"
},
{
"displayName":"Hotel PlayerPrefs sample",
"description":"Example showing how to use Hotel PlayerPrefs, which can be used to be able to change where data are stored with no impact for consumers.",
"path":"Samples~/playerprefs_sample"
}
]
}