87 lines
1.6 KiB
JSON
87 lines
1.6 KiB
JSON
{
|
|
"project": {
|
|
"name": "Dubai Metaverse",
|
|
"version": "0.1.0",
|
|
"description": "High-End Interactive Demo District of Dubai",
|
|
"engine": {
|
|
"version": "5.4",
|
|
"minVersion": "5.4.0"
|
|
}
|
|
},
|
|
"paths": {
|
|
"projectRoot": ".",
|
|
"content": "Content",
|
|
"scripts": "scripts",
|
|
"docs": "docs",
|
|
"data": "data",
|
|
"builds": "Builds",
|
|
"logs": "logs"
|
|
},
|
|
"build": {
|
|
"configuration": "Shipping",
|
|
"platform": "Windows",
|
|
"target": "DubaiMetaverse",
|
|
"outputDir": "Builds"
|
|
},
|
|
"tools": {
|
|
"python": {
|
|
"version": "3.8+",
|
|
"requirements": "requirements.txt"
|
|
},
|
|
"git": {
|
|
"lfs": true,
|
|
"lfsTrack": [
|
|
"*.uasset",
|
|
"*.umap",
|
|
"*.png",
|
|
"*.jpg",
|
|
"*.tga",
|
|
"*.fbx",
|
|
"*.obj",
|
|
"*.wav",
|
|
"*.mp3"
|
|
]
|
|
}
|
|
},
|
|
"unreal": {
|
|
"features": {
|
|
"nanite": true,
|
|
"lumen": true,
|
|
"worldPartition": true,
|
|
"virtualShadowMaps": true,
|
|
"movieRenderQueue": true,
|
|
"pcg": true,
|
|
"chaosVehicles": true,
|
|
"metaHuman": true
|
|
},
|
|
"plugins": {
|
|
"required": [
|
|
"ProceduralContentGeneration",
|
|
"VirtualProduction",
|
|
"MovieRenderQueue"
|
|
],
|
|
"optional": [
|
|
"PixelStreaming",
|
|
"OpenXR"
|
|
]
|
|
}
|
|
},
|
|
"performance": {
|
|
"targetFPS": 60,
|
|
"minFPS": 60,
|
|
"targetResolution": "1440p",
|
|
"maxResolution": "4K"
|
|
},
|
|
"environment": {
|
|
"development": {
|
|
"logLevel": "verbose",
|
|
"debugSymbols": true
|
|
},
|
|
"production": {
|
|
"logLevel": "error",
|
|
"debugSymbols": false
|
|
}
|
|
}
|
|
}
|
|
|