-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 743 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 743 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
{
"name": "com.sobhanbahrami.falaiimagetomodel",
"version": "1.0.0",
"displayName": "Fal.ai Unity SDK",
"description": "Fal.ai Image to 3D Model SDK for Unity",
"unity": "6000.0",
"author": {
"name": "Ryan (Sobhan) Bahrami",
"email": "sobhan.bahrami.v@gmail.com",
"url": "https://sobhanbahrami.com"
},
"dependencies": {
"com.unity.cloud.gltfast": "6.9.0",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"samples": [
{
"displayName": "Demo Scene with Configuration",
"description": "Contains sample Scene to understand the system",
"path": "Samples~/"
}
],
"type": "library",
"unityRelease": "27f1"
}