question

murphy2i avatar image
murphy2i asked

Resources mismatch when using the unity plugin

Hi, I have an issue using the unity plugin. My game had several plugins and everything was working fine before adding GameCircle. The plugin adds the raw directory for the file amazon_gc_prototype.zip. Due to this directory the resources Ids generated in R.java are then all shifted and so mismatched. I don't know what this zip file is used for but the GameCircle features are no more working without this file/directory. Using the asset folder instead should solve this issue. Any chance to get an update or fix ? Thank you in advance for help
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Bipin@Amazon avatar image
Bipin@Amazon answered
When your application is compiled, aapt generates the R class, which contains resource IDs for all the resources in your res/ directory. Although the R class is where resource IDs are specified, you should never need to look there to discover a resource ID. You can stay tuned for latest releases on developer portal
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.