Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
1
Question by jedexa · Aug 30, 2016 at 11:21 PM · sdksetupamazon

Unity AWS SDK set-up

I'm a bit new to using SDKs, so I'm not exactly sure what to do in terms of setting up the SDK for Unity. I followed the instructions here: http://docs.aws.amazon.com/mobile/sdkforunity/developerguide/setup-unity.html and I took a look at the DynamoDB example to see how it worked. However, even with the link.xml (which I'm not sure is in the right place) and the awsconfig.xml and following all the steps, the example doesn't work (at least I don't think it does?) and I keep getting this: XmlException: expected '>' (3E) but found '<' (3C) Line 3, position 6.

Basically I'm kind of lost as to what to do now since I'm not sure what the example is supposed to look like either. Is there a simpler tutorial to set this stuff up? Or can someone please provide screenshots of what the initial set-up (in a clean/new environment?) is supposed to look like?

Thanks

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Trungdv · Nov 24, 2016 at 04:09 AM 0
Share

I have the same error, too. I read all AWS documents but it helped nothing!

If you have solved this problem, please let me know.

1 Reply

· Add your reply
  • Sort: 
avatar image
5

Answer by eabelard · Feb 18, 2017 at 12:56 PM

Hey @jedexa,

Hopefully, you solved this issue by now but if not here are a few things to note.

  1. The xml files, link.xml and awsconfig.xml, go into a folder named Resources. You can create that folder anywhere in your project folder. You can have multiple Resources folders throughout the project, Unity takes care of referencing overhead.

  2. A gotcha is the Unity SDK Seems to be merged with the Xamarin version so the awsconfig.xml will need correctForClockSkew="true" <aws correctForClockSkew="true" region="us-east-1">.

  3. The most important, don't copy and paste current aws example its wrong,

<?xml version="1.0" encoding="utf-8"?> %|-1870186756_1|% %|-536668050_2|% logResponses="Always" %|1557674292_4|% logMetricsFormat="JSON" /> %|27808136_6|% What you should be using is a correctly formated xml document.

<?xml version="1.0" encoding="utf-8"?> <aws correctForClockSkew="true" region="us-east-1"> <logging logTo="UnityLogger" logResponses="Always" logMetrics="true" logMetricsFormat="JSON" /> <s3 useSignatureVersion4="true" /> </aws> This works for the current version(aws-sdk-unity_3.3.53.0) of the SDK working in Unity 5.6

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Trungdv · Feb 20, 2017 at 01:51 PM 0
Share

Yeah, $$anonymous$$y problem was solved by fixing the awsconfig.xml too.

avatar image JonMoon · Oct 17, 2017 at 07:46 AM 0
Share

Worked for me too, Unity 2017.1.1f1

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

69 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Error when trying to build and push admob to Android 0 Answers

How Do You Get Google Cardboard to Read a Continuous Press? 0 Answers

How can I force Facebook Login to Web view Dialog in Android? 2 Answers

Android VR. Camera is glitching when i turn 0 Answers

Problem exporting with the sdk android 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges