编辑器工具可帮助您将构建上传到在线服务中,其中 Steam 显然是一个很好的选择。
Build Uploader
Unity Editor Tool For Making Builds, Uploading Them To Online Services And Notifying Chat Apps
Steamworks | Itch.io | Epic Games | Google | Apple | Consoles | Dropbox | Github
Discord | Slack | Google Chat
Open Source | For Commercial Use
…
[MenuItem("Test/Upload Existing Profile")]
public static async Task StartTask2()
{
// Load existing Upload Profile that gets a file and uploads it
UploadProfile profile = UploadProfile.FromProfileName("Save Locally");
// Create task and execute to begin the upload
UploadTask task = new UploadTask(profile);
await task.StartAsync();
Debug.Log("Upload complete. Success: " + task.Report.Successful);
}
"C:\Program Files\Unity\Hub\Editor\\Editor\Unity.exe" -quit -nographics -batchmode -logFile logs.log -projectPath "" -executeMethod Wireframe.BatchModeUtil.Execute 41cf5e
Replace 41cf5e with the GUID or Name` of your Upload Profile
unity command build_uploader --start_tasks "41cf5e"
Replace 41cf5e with the GUID or Name` of your Upload Profile
Prefer a fully headless run with no Editor open?
unity command): https://github.com/JamesVeug/UnityBuildUploader/wiki/CLIThis package does NOT distribute any personal information. Any information entered is encrypted locally on your computer.
Keeping your credentials safe is important to me!
If you discover any security related issues, please email me, message on discord or create an issue on github.
If you find a bug or want to suggest a change, create an issue on github
Include:
develop branchA lot of effort has been put into this package for others to freely use. Any kind of support is greatly appreciated and encourages further work!
Creative Commons - CC0 1.0 Universal
Use this package however you want - commercially or non-commercially.
Claude AI has assisted by providing suggestions and creating services that would otherwise not be possible by myself.
All suggestions have been reviewed and rewritten by a professional Senior Unity Developer to fit the package's requirements.
暂无开放 Issues,或尚未同步最近议题。