forked from Dreaming381/Latios-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.03 KB
/
package.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
{
"name": "com.latios.latiosframework",
"displayName": "Latios Framework for ECS",
"version": "0.7.3",
"unity": "2022.3",
"description": "Latios Framework for ECS is a collection of tools, algorithms, and API extensions developed by a hardcore hobbyist game developer.\n\nThis package includes all of the following modules:\n\u25aa Core\n\u25aa QVVS Transforms\n\u25aa Psyshock Physics\n\u25aa Myri Audio\n\u25aa Kinemation Animation and Rendering\n\nExamples: \n\u25aa Latios Space Shooter Sample - https://github.com/Dreaming381/lsss-wip\n\u25aa Mini Demos - https://github.com/Dreaming381/LatiosFrameworkMiniDemos",
"documentationURL": "https://github.com/Dreaming381/Latios-Framework-Documentation",
"dependencies": {
"com.unity.entities": "1.0.10",
"com.unity.audio.dspgraph": "0.1.0-preview.22",
"com.unity.entities.graphics": "1.0.10",
"com.unity.burst": "1.8.4"
},
"unityRelease": "0f1",
"keywords": [
"dots",
"latios",
"framework",
"ecs"
],
"author": {
"name": "Dreaming I'm Latios"
}
}