-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (24 loc) · 1.13 KB
/
package.json
File metadata and controls
25 lines (24 loc) · 1.13 KB
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
{
"name": "com.vwgamedev.gamecreator-interactivity-extension",
"version": "0.3.0",
"displayName": "GameCreator Interactivity Extension",
"description": "This extension adds a new way to make interactive objects. It was designed to make it easiert to implement vehicles and extend existing third party assets like NWH Vehicle Physics or Edy's Vehicle Physics. But it can be used for any other kind of interactive object like Chairs, Beds, Workbenches, Chests and so on. It is Currently in a Work in Progress state and should be used with caution.",
"unity": "2022.1",
"documentationUrl": "https://github.com/valentinwinkelmann/GameCreator-Interactivity-Extension",
"changelogUrl": "https://github.com/valentinwinkelmann/GameCreator-Interactivity-Extension",
"licensesUrl": "https://github.com/valentinwinkelmann/GameCreator-Interactivity-Extension",
"dependencies": {
},
"keywords": [
"GameCreator",
"Interactivity",
"Interact",
"RootMotion",
"FinalIK"
],
"author": {
"name": "Valentin Winkelmann",
"email": "info@va.ax",
"url": "https://va.ax/"
}
}