-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 790 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
29
30
31
32
33
{
"name": "com.mrdav30.gridforge",
"version": "3.0.0",
"displayName": "GridForge",
"description": "A high-performance, deterministic spatial grid management system for simulations and game development.",
"unity": "2022.3",
"author": {
"name": "David Oravsky",
"email": "david.oravsky@gmail.com",
"url": "https://github.com/mrdav30"
},
"keywords": [
"grid",
"spatial",
"lockstep",
"deterministic",
"pathfinding",
"game-development",
"AI"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mrdav30/GridForge-Unity.git"
},
"samples": [
{
"displayName": "Demo Scene",
"description": "A sample scene demonstrating package usage",
"path": "Samples/DemoScene"
}
]
}