Skip to content

Commit

Permalink
Enable WebGL build #391
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Jul 9, 2024
1 parent bb1fe12 commit ea13175
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ PlayerSettings:
- m_BuildTarget: AndroidPlayer
m_APIs: 0b000000
m_Automatic: 1
- m_BuildTarget: WebGLSupport
m_APIs: 0b00000008000000
m_Automatic: 1
m_BuildTargetVRSettings: []
openGLRequireES31: 0
openGLRequireES31AEP: 0
Expand All @@ -522,6 +525,8 @@ PlayerSettings:
m_EncodingQuality: 1
- m_BuildTarget: PS4
m_EncodingQuality: 1
- m_BuildTarget: WebGL
m_EncodingQuality: 1
m_BuildTargetGroupLightmapSettings: []
m_BuildTargetNormalMapEncoding: []
playModeTestRunnerEnabled: 0
Expand Down Expand Up @@ -770,7 +775,7 @@ PlayerSettings:
webGLWasmArithmeticExceptions: 0
webGLLinkerTarget: 1
webGLThreadsSupport: 0
webGLDecompressionFallback: 0
webGLDecompressionFallback: 1
scriptingDefineSymbols:
1: CROSS_PLATFORM_INPUT
4: CROSS_PLATFORM_INPUT;MOBILE_INPUT
Expand Down

0 comments on commit ea13175

Please sign in to comment.