First submission... how to include a downloadable "demo" exe of my asset?

In my asset’s description, I want to include a link to download a demo.

Seems simple enough, so I compiled my demo scene into an exe, zipped it (along with its shared assets folder), into a zip file, and uploaded it to Google Drive.

Tried to download it, and Chrome blocked the download saying that because it “may harm your browsing experience, so Chrome has blocked it”. It doesn’t even give the option to unblock it. Just a “Discard” button.

Is there some official or more correct way to do this that I’ve missed?

Publish a WebGL build instead; having a Windows .exe download leaves out Mac and Linux users. (Also it’s an .exe, which a lot of people will be wary of.)

–Eric

1 Like

thx :slight_smile: