首页 > 解决方案 > Use aws sdk with Unity on a Mac

问题描述

I've installed unity and am using visual studio for editing scripts on a Mac. How would I go about using the aws sdk to access the sqs or other services?

I've looked here: https://github.com/aws/aws-sdk-net/blob/master/README.md

But I don't really know where to start.

标签: unity3daws-sdkaws-sdk-net

解决方案


在这里您可以开始使用 Unity: https ://github.com/aws/aws-sdk-net/blob/master/Unity.README.md

只需下载统一包,您应该可以使用 aws sdk


推荐阅读