-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 841 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 841 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
{
"name": "com.unscriptedlogic.unscriptedengine",
"version": "0.0.5",
"displayName": "UnscriptedEngine",
"description": "A Unity framework heavily inspired by Unreal Engine's workflow. It's partially intrusive nature aims to help developers leverage on the structured workflow of Unreal Engine and the open endedness of Unity",
"unity": "2023.2",
"unityRelease": "0b17",
"documentationUrl": "",
"changelogUrl": "",
"licensesUrl": "",
"dependencies": {
"com.unity.inputsystem": "1.7.0",
"com.unity.cinemachine": "3.0.1",
"com.unity.netcode.gameobjects": "1.7.1"
},
"keywords": [
"UnscriptedLogic",
"UnscriptedEngine",
"Unreal Engine Framework"
],
"author": {
"name": "Nathaniel 'UnscriptedLogic' Alcala",
"email": "nhalcala@Gmail.com",
"url": "https://tinyurl.com/nat-dev"
}
}