-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1005 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1005 Bytes
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
28
29
30
31
32
33
{
"name": "com.conceptfactory.ui.responsivelayout",
"displayName": "Concept Factory - UI - Responsive Layout",
"version": "1.0.0",
"type": "tool",
"unity": "6000.0",
"unityRelease": "43f1",
"description": "A Unity tool designed to dynamically adapt Canvas-based UI layouts for both landscape and portrait screen orientations.",
"documentationUrl": "",
"changelogUrl": "",
"license": "Source-Available – No Modification",
"licensesUrl": "SEE LICENSE FILE",
"keywords": [],
"author": {
"name": "Concept Factory",
"email": "conceptfac@gmail.com",
"url": ""
},
"repository": {
"type": "git",
"url": "https://github.com/conceptfac/responsivelayout.git"
},
"dependencies": {
"com.conceptfactory.core": "1.0.0"
},
"samples": [
{
"displayName": "Responsive UI Examples",
"description": "Example scenes demonstrating how to use the Responsive Layout tool in different screen orientations.",
"path": "Samples~/Scenes"
}
]
}