Skip to content

Instantly share code, notes, and snippets.

@KojiNakamaru
Created May 18, 2021 02:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KojiNakamaru/c99b0c092a010b7adfa64d87ab88018e to your computer and use it in GitHub Desktop.
Save KojiNakamaru/c99b0c092a010b7adfa64d87ab88018e to your computer and use it in GitHub Desktop.
--- ./2020.3.6f1/PlaybackEngines/AndroidPlayer/Tools/GradleTemplates/launcherTemplate.gradle.bk 2021-05-06 17:45:29.000000000 +0900
+++ ./2020.3.6f1/PlaybackEngines/AndroidPlayer/Tools/GradleTemplates/launcherTemplate.gradle 2021-05-06 17:46:10.000000000 +0900
@@ -27,7 +27,7 @@
}
aaptOptions {
- noCompress = ['.ress', '.resource', '.obb'] + unityStreamingAssets.tokenize(', ')
+ noCompress = ['.ress', '.resource', '.obb', '.bundle']
ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~"
}**SIGN**
@Cyberbulat
Copy link

wheres this file located in the project?

@KojiNakamaru
Copy link
Author

@Cyberbulat If you want to customize this file for any specific project, please check https://docs.unity3d.com/Manual/gradle-templates.html .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment