JamesVeug / JamesVeug/UnityBuildUploader
[FeatureRequest] Use a destination-neutral label for the “Upload All” button
@JamesVeug is already working on this.
Since Sep 19, 2026.
- Dominant language
- C#
- Stars
- 190
- Forks
- 14
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
The Upload All button label can be confusing when one or more tasks use Nowhere or Local Path as their destination. In those cases, nothing is uploaded to an online service, so the label does not clearly describe what the button does.
This threw me off when I first opened the Build Uploader window because I was unsure whether the button also started local builds and tasks without an upload destination.
Describe the solution you'd like
Rename Upload All to a more general label such as Start All. This would describe the action consistently regardless of whether tasks upload to an online service, copy to a local path, or use no destination.
Describe alternatives you've considered
• Change the label dynamically based on the configured destinations, although this may be less predictable than using one general label.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.