-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "com.alanbacker.unity-batch-processor",
"displayName": "Unity Batch Processor",
"version": "0.2.0",
"unity": "2022.3",
"description": "Batch-add one or more objects as children under many target objects at once. Editor-only tool with UI in English, 简体中文, 日本語, 한국어.",
"author": {
"name": "AlanBacker",
"url": "https://github.com/AlanBacker"
},
"license": "MIT",
"documentationUrl": "https://github.com/AlanBacker/Unity-Batch-Processor",
"changelogUrl": "https://github.com/AlanBacker/Unity-Batch-Processor/releases",
"url": "https://github.com/AlanBacker/Unity-Batch-Processor/releases/download/v0.2.0/com.alanbacker.unity-batch-processor-0.2.0.zip",
"keywords": ["unity", "editor", "batch", "hierarchy", "tool"],
"vpmDependencies": {}
}