Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Hello! Just wondering, if I were to add an image to a google sheet using image, insert, image in cell... would I be able to retrieve that image using this plugin? I know you can specifically choose to use a google drive image for the cells, and I though perhaps getting the cell data in that case would return the Drive ID?


My use case is I was hoping to be able to add flag images to a google sheet, and use the images as UI sprites at runtime.

Cheers!

(1 edit)

Hello there! Thanks for contacting.

You can access images using Google Sheets for Unity, but not from the spreadsheet itself, but directly from gdrive. So in your case would be as simple as picking a naming convention, and having the image name (or image id) on the sheet, then using the plugin to retrieve the image itself, after retievieng the table data.

Hope it helps!