- Imported a lot of assets to create the world (will need to be cleaned later on) - Imported all the packages needed and wanted for the project - Configure the loading pipeline for the game using SOAP scriptable objects events - Added the scenes to the build - Partially converted the assets to URP
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"MonoBehaviour": {
|
|
"Version": 3,
|
|
"EnableBurstCompilation": true,
|
|
"EnableOptimisations": true,
|
|
"EnableSafetyChecks": false,
|
|
"EnableDebugInAllBuilds": false,
|
|
"UsePlatformSDKLinker": false,
|
|
"CpuMinTargetX32": 0,
|
|
"CpuMaxTargetX32": 0,
|
|
"CpuMinTargetX64": 0,
|
|
"CpuMaxTargetX64": 0,
|
|
"CpuTargetsX32": 6,
|
|
"CpuTargetsX64": 72
|
|
}
|
|
}
|