-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 897 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 897 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
{
"name": "com.devslem.movetool",
"version": "3.1.0",
"displayName": "Move Tool",
"description": "You can use position handles of fields for which you define MoveToolAttribute in the unity editor scene view.",
"unity": "2020.3",
"documentationUrl": "https://github.com/DevSlem/unity-move-tool/blob/release-3.0.0/README.md",
"changelogUrl": "https://github.com/DevSlem/unity-move-tool/releases",
"licensesUrl": "https://github.com/DevSlem/unity-move-tool/blob/main/LICENSE",
"keywords": [
"Move Tool",
"Position Handle",
"Unity Editor"
],
"author": {
"name": "DevSlem",
"email": "devslem12@gmail.com",
"url": "https://github.com/DevSlem"
},
"hideInEditor": false,
"samples": [
{
"displayName": "MoveTool Sample",
"description": "You can see a MoveTool sample code and usages.",
"path": "Samples~/SamplesMoveTool"
}
]
}