-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
24 lines (24 loc) · 1.02 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
{
"name": "com.unity.device-simulator",
"displayName": "Device Simulator",
"version": "3.1.0-preview",
"unity": "2020.3",
"description": "Device Simulator is an alternative to the traditional Unity editor Game window. By simulating Screen and SystemInfo class behavior, Device Simulator aims to give an accurate picture of how an app will look on a device.",
"keywords": [
"Device",
"Simulator"
],
"dependencies": {},
"_upm": {
"changelog": "### Fixed\n- UUM-657 Canvas pixelRect lags a frame behind Screen.safeArea when switching device orientation.\n\n### Added\n- Apple iPhone 13 Pro\n- Apple iPhone 13 Pro Max\n- Samsung Galaxy Z Flip3"
},
"upmCi": {
"footprint": "6e3637479cddb9eaa3488f79def72a3f8546f0d0"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/com.unity.device-simulator.git",
"type": "git",
"revision": "7dc2b84e68dde0037a2a2a28a0fad0b9389ab061"
}
}