I hope this is the right place for this. I’m attempting to get a file from my Amazon S3 bucket in C#, but Unity is telling me that the AmazonS3Client.GetObject function does not exist in any of its constructors. All the guides I’ve seen online are telling me that that is the function I want to use. Any help would be much appreciated.
Does it only happen on the device? It could be getting stripped for some reason though unlikely. What version of the Amazon SDK are you using?
Another option would be to implement Amazon’s RESTful API yourself.
Got it all worked out. I also posted in the Scripting forum.