WebGL.json 504 B

12345678910111213141516
  1. {
  2. "companyName": "DefaultCompany",
  3. "productName": "WebGL",
  4. "productVersion": "0.1",
  5. "dataUrl": "WebGL.data.unityweb",
  6. "wasmCodeUrl": "WebGL.wasm.code.unityweb",
  7. "wasmFrameworkUrl": "WebGL.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": true,
  14. "multithreading": false,
  15. "unityVersion": "2019.3.1f1"
  16. }