I know this question is very broad and I cannot supply any coding attempts. However I have been diligently searching the web for a solution to my problem.
How do I upload data onto a GitHub repository in a Unity BUILT Game? I have read about the UnityWebRequest.Put. However attempting to send data to the Github repository URL doesn't work. Is there a way to authenticate my Unity App to GET and PUT data on a GitHub Repository that I own?
Thank you for your help.
↧