Amazon offers the next instruction for putting in AWS to Unity:
Nevertheless, I’m having hassle implementing them. I downloaded the zip information for the “AwsAssemblies” folder they recommend including to your venture base folder and extracted the whole lot in it.
I then tried including the code:
<ItemGroup>
<Reference Embrace="AwsAssembliesAWSSDK.Core.dll" />
<Reference Embrace="AwsAssembliesAWSSDK.S3.dll" />
</ItemGroup>
to my 4 .csproj
information: Meeting-CSharp.csproj
, Meeting-CSharp-firstpass.csproj
, Meeting-CSharp-Editor.csproj
, Meeting-CSharp-Editor-firstpass.csproj
.
Nevertheless, once I reopened my venture it mechanically erased these strains and so they might not be present in any of these paperwork.
So I attempted the opposite suggestion: Visible Studio > Challenge > Add Reference > Browse (at backside) > ctrl+A in AswAssemblies > Okay. However these nonetheless do not present up wherever inside that Window after I do that.
So it appears I’m caught and uncertain of what I’m purported to be doing.
Additionally they recommend for I2CPP you want a hyperlink.xml
file inside your Belongings 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. Simply make a clean textual content file in Notepad, add that to it, and save as hyperlink.XML in Belongings folder? I attempted that however so far as I can see it is not doing something both.
I am unable to discover a lot on this wherever. Any ideas or strategies are tremendously appreciated.
Thanks.