Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload unity web-player game to Google drive?

I want to know how can i upload my webplayer game to Google drive. I see several game are working on Google drive my games are uploaded to dropbox but i also want to upload on google drive

like image 668
aflatoon Avatar asked Oct 20 '14 10:10

aflatoon


People also ask

How do you upload a game to Google Drive?

In Google Drive, click the Upload icon and choose Folder. Select the folder with your exported game from Construct 2. The files will start uploading to your Google Drive. You might need to wait a few minutes for all the files to finish uploading.

Where do I upload my Unity game?

itch.io: a website where indie developers post their games online. The website supports hosting downloadable Unity Games as well as uploading Unity WebGL games. Creating an account is free and below is an example of what it looks like uploading your game to their site.


1 Answers

Follow this tutorial for hosting a webpage on google drive:

https://support.google.com/drive/answer/2881970?hl=en

Complete steps:

  1. Upload a folder with your build (.html and .unity3d file) on google drive

  2. Share this folder with "anyone on the internet". Right click -> Share -> Advanced -> Public on the web -> Done

  3. Get shareable link of your html file (inside shared folder). Right click -> Share -> Get shareable link

  4. Copy the ID from this link (which looks like this https://drive.google.com/file/d/[here_goes_your_id]/view?usp=sharing) to this template: https://googledrive.com/host/[here_goes_your_id] which will be the link to your game.

like image 155
Max K. Avatar answered Oct 08 '22 01:10

Max K.