forked from o3de/ThirdPersonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
22 lines (22 loc) · 821 Bytes
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"project_name": "ThirdPersonTemplate",
"project_id": "{b4db7f1f-a52b-40be-86f6-22e120b9ff55}",
"origin": "https://github.com/o3de/ThirdPersonTemplate",
"license": "https://opensource.org/licenses/Apache-2.0, https://opensource.org/licenses/MIT, https://creativecommons.org/licenses/by/4.0/",
"display_name": "ThirdPersonTemplate",
"summary": "A template project of an animated and controllable character with a 3rd Person perspective camera.",
"canonical_tags": [
"Project"
],
"user_tags": [
"ThirdPersonTemplate"
],
"icon_path": "preview.png",
"engine": "o3de",
"engine_version": "2.2.2",
"external_subdirectories": [
"Gem"
],
"restricted": "ThirdPersonTemplate",
"origin_uri":"https://github.com/o3de/ThirdPersonTemplate.git"
}