Skip to content

Commit ab88d2e

Browse files
committed
Write docs
1 parent e1b6c77 commit ab88d2e

File tree

2 files changed

+59
-7
lines changed

2 files changed

+59
-7
lines changed

HelpScreenshots/6.png

-64 Bytes
Loading

README.md

+59-7
Original file line numberDiff line numberDiff line change
@@ -13,50 +13,102 @@ Utility for running builds sequence & pushing them to itch.io and github
1313
* Keep changelog and readme files
1414
* Auto add changelog and readme to game folders
1515

16+
Also it nicely integrated with [Team-on Unity game template](https://github.com/Team-on/UnityGameTemplate)
17+
1618

1719
## Editor window & how to use it
1820
![Main screen](HelpScreenshots/1.png)
19-
21+
Here are main(and only one) Build manager window. Open it in *Windows/BuildManager/Builds window* or *Alt+B*. Lets look into it step by step
2022

2123
---------------------
2224

2325
### Global data
2426
![Global data](HelpScreenshots/2.png)
27+
First foldout is responsible for global data, that usually setuped once or before major builds.
28+
- *Company name*, *Product name*, *Version*, *Android bundle version* and *Scripting defines* is just a shortcut for *PlayerSettings*
29+
- *Itch.io link* - required data for itch.io pushing. You can press on *Docs* to get how to generate that and *Open* to open your game page
30+
- *Github token* - token with **read, write:packages and delete:packages** access. You can press on *Generate* to get how to generate that and *Docs* to look how that work
31+
- *Github user name* - github user or group name
32+
- *Github repo name* - repository name
2533

2634
---------------------
2735

2836
### Build buttons
2937
![Build buttons](HelpScreenshots/5.png)
38+
Here are buttons that run build sequences. There are one button for each sequence. You can hide button by disabling sequence
3039

3140
---------------------
3241

3342
### Sequence general
3443
![Sequence general](HelpScreenshots/6.png)
44+
This is sequence settings. Here you can enable/disable sequnce via chechbox, change it name and add/remove sequences.
3545

3646
---------------------
3747

3848
### Sequence settings
3949
![Sequence settings](HelpScreenshots/7.png)
50+
This is global sequence data. Currently you can only add more *Scripting defines* to specific sequence. It would be added to defines written in *Global data*
4051

4152
---------------------
4253

4354
### Build settings
4455
![Build settings](HelpScreenshots/8.png)
45-
46-
---------------------
47-
48-
### Updating CLI
49-
![Updating CLI](HelpScreenshots/9.png)
50-
56+
This is build settings group. Here you can enable/disable build via chechbox, change it name, select target and set build settings.
57+
For each build you can set this data:
58+
- *Passby build checkmark* - Use previously builded folder and just pass that to post build processing
59+
- *Release build checkmark* - Apply release optimizations for build. When unchecked - optimized for faster building
60+
- *VR build checkmark* - enable VR for build
61+
- *Output root* - Output root path
62+
- *Middle path* - Output specific path. Support variables
63+
- *Dir path* - path to directory that will be *archived* and pushed to *itch.io*. Support variables
64+
- *Defines build override* - add more *Scripting defines* to specific build. It would be added to defines written in *Global data* and *Sequence settings*
65+
66+
List of supported variables for path:
67+
- $NAME - product name with all separator replaced by '_'
68+
- $PLATFORM - platform
69+
- $VERSION - PlayerSettings.bundleVersion
70+
- $DATESHORT - [last 2 digits of year] [month] [day]
71+
- $YEARSHORT - last 2 digits of year
72+
- $DATE - [year] [month] [day]
73+
- $YEAR - year
74+
- $MONTH - month
75+
- $DAY - day
76+
- $TIME - [hour] [minute]
77+
- $EXECUTABLE - platform-specific executable. E.g. .exe for windows, .apk for android...
78+
79+
Post build processing:
80+
- *Compress* - create .zip archive
81+
- *Push to github releases* - use data from *Global data* to push build to github releases
82+
- *Push to itch.io* - use data from *Global data* to push build to itch.io
83+
- *itch.io channel* - channel for itch.io
84+
5185
---------------------
5286

5387
### Changelog general
5488
![Changelog general](HelpScreenshots/3.png)
89+
This is changelog foldout. You need to close it, to access builds window back. Here you can do 2 things.
90+
- 1) Write Readme.txt file. This file will be included to build folder for standalone platforms.
91+
- 2) Keep and update changelog. It will automatically parse and created nice looking file that ill be included to build folder for standalone platforms.
5592

5693
---------------------
5794

5895
### Changelog version
5996
![Changelog version](HelpScreenshots/4.png)
97+
So how to keep your changelog? Press on *Add version* - add new version.
98+
For each version you can:
99+
- *Remove version*
100+
- Set version number
101+
- Set version date
102+
- Set short update name
103+
- Write description about update
104+
- *Add changelog notes*. You can select for them *Type*, *Scope*, check mark is this *community suggested* feature and add *description*
105+
- *Remove note*
106+
107+
---------------------
108+
109+
### Updating CLI
110+
![Updating CLI](HelpScreenshots/9.png)
111+
Build manager automatically download CLI for each platform in first use, but never updates it. You can update it manually in *Windows/BuildManager/Download X*
60112

61113

62114
## Installation

0 commit comments

Comments
 (0)