File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,24 @@ _**required:** `false`_ _**default:** `""`_
162162# ### projectPath
163163
164164Specify the path to your Unity project to be built. The path should be relative to the root of your
165- project .
165+ repository .
166166
167- _**required:** `false`_ _**default:** `<your project root>`_
167+ _**required:** `false`_ _**default:** `<your repository root>`_
168+
169+ # ### buildProfile
170+
171+ Provide a path to a build profile. The path should be relative to the root of your
172+ Unity project (i.e. relative to `projectPath`). See the
173+ [Unity documentation](https://docs.unity3d.com/Manual/build-profiles.html) for more information
174+ on using build profiles.
175+
176+ ` ` ` yaml
177+ - uses: game-ci/unity-builder@v4
178+ with:
179+ buildProfile: 'Assets/Settings/Build Profiles/WindowsDemo.asset'
180+ ` ` `
181+
182+ _**required:** `false`_ _**default:** Unity will do a platform build for the `targetPlatform`._
168183
169184# ### buildName
170185
You can’t perform that action at this time.
0 commit comments