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
+9
Original file line number
Diff line number
Diff line change
@@ -98,3 +98,12 @@ _(feel free to contribute if you have a more complex use case!)_
98
98
The branch within steam that this build will be automatically put live on.
99
99
100
100
Note that the `default` branch [has been observed to not work](https://github.com/game-ci/steam-deploy/issues/19) as a release branch, presumably because it is potentially dangerous.
101
+
102
+
## Other Notes
103
+
104
+
#### Excluded Files / Folders
105
+
106
+
Certain file or folder patterns are excluded from the upload to Steam as they're unsafe to ship to players:
107
+
108
+
- `*.pdb`- symbols files
109
+
- `${depotPath}_BurstDebugInformation_DoNotShip`folders for each uploaded depot (e.g. `StandaloneWindows64_BurstDebugInformation_DoNotShip`) - a folder that Unity includes in builds with debugging or other information that isn't intended to be sent to players
0 commit comments