forked from Porcupine-Factory/FirstPersonController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgem.json
36 lines (36 loc) · 1.18 KB
/
gem.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
25
26
27
28
29
30
31
32
33
34
35
36
{
"gem_name": "FirstPersonController",
"version": "1.0.0",
"display_name": "FirstPersonController",
"license": "MPL 2.0",
"license_url": "https://github.com/Porcupine-Factory/FirstPersonController/blob/main/LICENSE.txt",
"origin": "Porcupine Factory",
"origin_uri": "https://github.com/Porcupine-Factory/FirstPersonController.git",
"last_updated": "2023-11-22",
"sha256": "",
"type": "Code",
"summary": "The First Person Controller Gem provides customizable controls for your character in the first-person perspective.",
"canonical_tags": [
"Gem"
],
"user_tags": [
"Input",
"Gameplay",
"Scripting",
"Physics",
"FirstPersonController"
],
"icon_path": "preview.png",
"requirements": "This requires the PhysX and Starting Point Input gems.",
"documentation_url": "https://github.com/Porcupine-Factory/FirstPersonController/wiki",
"dependencies": [
"PhysX5",
"StartingPointInput"
],
"repo_uri": "https://github.com/Porcupine-Factory/FirstPersonController.git",
"restricted": "FirstPersonController",
"platforms": [
"Linux",
"Windows"
]
}