Crossyroad Gitlab [ BEST | Method ]

build_windows: stage: build image: unityci/editor:ubuntu-2022.3.15f1-windows-il2cpp-1 script: - unity-editor -quit -batchmode -projectPath . -executeMethod BuildScript.PerformWindowsBuild artifacts: paths: - Builds/Windows/ expire_in: 1 week only: - main

build_webgl: stage: build image: unityci/editor:ubuntu-2022.3.15f1-webgl-1 script: - unity-editor -quit -batchmode -projectPath . -executeMethod BuildScript.PerformWebGLBuild artifacts: paths: - Builds/WebGL/ expire_in: 1 week only: - main crossyroad gitlab

| Feature | Labels | Milestone | |---------|--------|------------| | Add train tracks | gameplay , medium | v0.2 | | Implement coin collection | feature , UI | v0.3 | | Fix car collision hitbox | bug , high priority | v0.1.1 | high priority | v0.1.1 |