Sometimes you may need to collect data from players. This could be their scores, game statistics, feedback, survey answers or anything else. There are many ways...
Hey dop2000
I have a problem with my project. It is finally working when I test it, but I am not able to get data from other people
I am using Photon Multiplayer and storing winrates in the spreadsheets. It works perfectly fine for me and my enemy, but it does not track any statistics when I am not one of the players, which probably has something to do with being logged in to Google.
I selected "everyone, even anonymous" and even tried making the sheet editable by everyone.
Never mind, I found my mistake.
My local variable was set to number and not text, obviously it will not find the URL.
Thanks for the tutorial, really helpful!