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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ With options always using double dashes (`--option`) and arguments passed direct
54
54
-`unity-cli open-project [options]`: Open a Unity project in the Unity Editor
55
55
-`unity-cli run [options] <args...>`: Run Unity Editor command line arguments (passes args directly to the editor)
56
56
57
+
#### Unity Package Manager
58
+
59
+
-`unity-cli sign-package [options]`: Sign a Unity package for distribution.
60
+
57
61
Run `unity-cli --help` for a full list of commands and options.
58
62
59
63
#### Install Unity Hub and Editor
@@ -94,3 +98,12 @@ unity-cli open-project
94
98
```bash
95
99
unity-cli run --unity-project <path-to-project> -quit -batchmode -executeMethod StartCommandLineBuild
96
100
```
101
+
102
+
#### Sign a Unity Package
103
+
104
+
> [!NOTE]
105
+
> The `--output` option is optional. If not specified, the package contents will be updated in place with the signed `.attestation.p7m` file. Otherwise a signed `.tgz` file will be created in the specified output directory.
0 commit comments