Skip to content

Commit 0cbcfa9

Browse files
committed
remove astc enforcing
1 parent 63dcb3e commit 0cbcfa9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Assets/Scripts/Editor/BuildScript.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ public static void Build(string[] args)
132132
// Off by default, but just to be sure, see https://docs.unity3d.com/Manual/webgl-embeddedresources.html
133133
PlayerSettings.WebGL.useEmbeddedResources = false;
134134
PlayerSettings.WebGL.threadsSupport = false;
135-
// ASTC has the smallest texture sizes
136-
EditorUserBuildSettings.webGLBuildSubtarget = WebGLTextureSubtarget.ASTC;
137135

138136
#if UNITY_2022_1_OR_NEWER
139137
PlayerSettings.SetIl2CppCodeGeneration(namedBuildTarget, Il2CppCodeGeneration.OptimizeSize);

0 commit comments

Comments
 (0)