Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created May 2, 2024 00:37
Show Gist options
  • Save jrichardsz/0714672ec3b93ada4e3cfe04e903a01e to your computer and use it in GitHub Desktop.
Save jrichardsz/0714672ec3b93ada4e3cfe04e903a01e to your computer and use it in GitHub Desktop.
unity build sandbox
https://stackoverflow.com/questions/60957159/environment-variable-in-unity-to-differ-between-development-and-production
https://gist.github.com/jonathanpeppers/a64a840d2131939e8752
/opt/Unity/Editor/Unity -projectPath /usr/src/app/ci/base/unity-assetbundle -batchmode -nographics -logFile /dev/stdout -accept-apiupdate -stackTraceLogType Full -executeMethod AssetBundles.AssetBundleBuilder.Build -danjiIds 38017
https://forum.unity.com/threads/caught-fatal-signal-signo-11-code-1-errno-0-addr-0x120-on-linux.1017250/
https://forum.unity.com/threads/released-ucmd-supercharge-unitys-command-line-runner.562246/
https://forum.unity.com/threads/change-variables-before-build.525440/
https://forum.unity.com/threads/how-to-define-build-environment-variant-dev-release-for-removebuildpath.1311492/
https://support.unity.com/hc/en-us/articles/360044824951-I-need-to-start-Unity-with-an-environment-variable-s-set-how-can-I-do-that
https://docs.unity3d.com/2023.1/Documentation/Manual/ent-proxy-cmd-file.html
https://discussions.unity.com/t/is-there-any-way-to-set-environment-variables-to-cloud-build/217774
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment