v3.json 501 B

12345678910111213141516
  1. {
  2. "companyName": "DefaultCompany",
  3. "productName": "Factory",
  4. "productVersion": "0.1",
  5. "dataUrl": "v3.data.unityweb",
  6. "wasmCodeUrl": "v3.wasm.code.unityweb",
  7. "wasmFrameworkUrl": "v3.wasm.framework.unityweb",
  8. "graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
  9. "webglContextAttributes": {"preserveDrawingBuffer": false},
  10. "splashScreenStyle": "Dark",
  11. "backgroundColor": "#231F20",
  12. "cacheControl": {"default": "must-revalidate"},
  13. "developmentBuild": false,
  14. "multithreading": false,
  15. "unityVersion": "2019.4.28f1c1"
  16. }