Home Game Development networking – Installing Amazon Web Services (AWS ) for Unity?

networking – Installing Amazon Web Services (AWS ) for Unity?

0
networking – Installing Amazon Web Services (AWS ) for Unity?

[ad_1]

Amazon offers the next instruction for putting in AWS to Unity:

However, I’m having hassle implementing them. I downloaded the zip information for the “AwsAssemblies” folder they recommend including to your undertaking base folder and extracted all the pieces in it.

I then tried including the code:

<ItemGroup>
  <Reference Include="AwsAssembliesAWSSDK.Core.dll" />
  <Reference Include="AwsAssembliesAWSSDK.S3.dll" />
</ItemGroup>

to my 4 .csproj information: Assembly-CSharp.csproj, Assembly-CSharp-firstpass.csproj, Assembly-CSharp-Editor.csproj, Assembly-CSharp-Editor-firstpass.csproj.

However, after I reopened my undertaking it mechanically erased these traces and so they might now not be present in any of these paperwork.

So I attempted the opposite suggestion: Visual Studio > Project > Add Reference > Browse (at backside) > ctrl+A in AswAssemblies > Okay. But these nonetheless do not present up anyplace inside that Window after I do that.

So it appears I’m caught and not sure of what I’m speculated to be doing.

They additionally recommend for I2CPP you want a hyperlink.xml file inside your Assets folder with the next code:

<linker>
    <meeting fullname="AWSSDK.Core" protect="all"/>
    <meeting fullname="AWSSDK.DynamoDBv2" protect="all"/>
    <meeting fullname="AWSSDK.Lambda" protect="all"/>
</linker>

Is that all the doc? Ie. Just make a clean textual content file in Notepad, add that to it, and save as hyperlink.XML in Assets folder? I attempted that however so far as I can see it is not doing something both.

I can not discover a lot on this anyplace. Any ideas or options are significantly appreciated.

Thanks.

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here