Creating Workshop Items
Creating An Item
Creating an item is pretty straight forward.
Uploading An Item
The previous example doesn't include any files with the item. To do that we use Ugc.Editor.WithContent.
This will upload the contents of that folder as your entry.
Showing Progress
The submit function Ugc.Editor.SubmitAsync takes an optional parameter of a IProgress<float>.
You should be able to use this to show some progress.