https://github.com/ayutaz/unity2022-2_cd_env_test
Unity 2022.2でのGameCIを使ったCI/CD環境の構築テスト
https://github.com/ayutaz/unity2022-2_cd_env_test
build unity
Last synced: over 1 year ago
JSON representation
Unity 2022.2でのGameCIを使ったCI/CD環境の構築テスト
- Host: GitHub
- URL: https://github.com/ayutaz/unity2022-2_cd_env_test
- Owner: ayutaz
- License: mit
- Created: 2022-12-13T10:43:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T15:49:14.000Z (over 3 years ago)
- Last Synced: 2025-02-02T05:41:28.863Z (over 1 year ago)
- Topics: build, unity
- Language: ShaderLab
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game CI for CD on GitHub Actions
* [Game CI for CD on GitHub Actions](#game-ci-for-cd-on-github-actions)
* [Demo](#demo)
* [requirements](#requirements)
* [Memo](#memo)
Unity 2022.2.0f1をGitHub Actions上でGameCIを使ってCD環境を構築サンプルプロジェクト
# Demo
# requirements
* Unity 2022.2.0f1
# Memo
* URPでは以下のエラーが起きるためビルドが成功しない
```
Building Library/Bee/artifacts/WebGL/build/debug_WebGL_wasm/build.js failed with output:
emcc: error: '/opt/unity/Editor/Data/PlaybackEngines/WebGLSupport/BuildTools/Emscripten/llvm/wasm-ld @/tmp/emscripten_ht7b_s5g.rsp.utf-8' failed (received SIGKILL (-9))
```