-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 825 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
{
"name": "com.unscriptedlogic.unscriptedengine",
"version": "0.1.6",
"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.netcode.gameobjects": "2.13.1"
},
"keywords": [
"UnscriptedLogic",
"UnscriptedEngine",
"Unreal Engine Framework"
],
"author": {
"name": "Nathaniel 'UnscriptedLogic' Alcala",
"email": "nhalcala@Gmail.com",
"url": "https://tinyurl.com/nat-dev"
}
}