Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gngriffiths/unity-amazon-s3-asset-bundle-example
https://github.com/gngriffiths/unity-amazon-s3-asset-bundle-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gngriffiths/unity-amazon-s3-asset-bundle-example
- Owner: gngriffiths
- Created: 2019-06-07T14:12:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T16:50:01.000Z (over 5 years ago)
- Last Synced: 2024-04-24T16:42:00.777Z (7 months ago)
- Language: C#
- Size: 1.26 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS S3 Unity AssetBundle example for Unity 2018.3.14f1
AWS's Unity SDK with modified example files.
### Prerequisites
Unity 2018.3.14f1 (or any version of Unity 2018 should work).
A private S3 bucket. Go to this link for a tutorial on how to make one: https://uberact.com/blog/2019/5/3/tutorial-setting-up-aws-s3-and-installing-the-aws-mobile-sdk-for-unity-using-the-s3-example
A demo AssetBundle can be found in Assets/AssetBundles.### Installing
Open the project in Unity. Select the 2D view. Find the example scene and open it.
Select the S3 GameObject and enter the information on S3Example.cs. Go to the link above if you need help finding the information.