You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,12 +71,9 @@ Used to manually version bump the version number. Should be in the format `X.Y.Z
71
71
5. In `.github/workflows/build.yml`, in the `env`, set the following variables:
72
72
- `PROJECT_NAME` (line 18) variable to your project's name
73
73
- `UNITY_VERSION`(line 19) variable to your project's Unity version
74
+
- Ensure it uses a version of Unity that GameCI supports on their [tags page](https://hub.docker.com/r/unityci/editor/tags)
74
75
- `PROJECT_PATH`(line 20) variable to your project's path
75
-
76
-
5. In `.github/workflows/build.yml` in the `buildForAllSupportedPlatforms` step, include the Unity Build Profiles you want generated
77
-
6. In `build.yml`'s `Build with Unity (Build Profile)` step, set the `projectPath` variable to your project folder
78
-
7. In `build.yml`'s `Build with Unity (Build Profile)` step, set the `unityVersion` variable to the version of Unity you're using
79
-
- Ensure it uses a version of Unity that GameCI supports on their [tags page](https://hub.docker.com/r/unityci/editor/tags)
76
+
6. In `.github/workflows/build.yml` in the `buildForAllSupportedPlatforms` job, in the `strategy``matrix``config`, include the Unity Build Profiles you want generated
80
77
81
78
## Future Plans
82
79
*No plans on when I'd release these features, would likely depend on my needs for a specific project/boredom/random interest in moving this project along.*
0 commit comments