I have an issue with my app and when I was going through the logs I noticed that dynamic images are giving a warning when loading using “Live Builds” (not the cause of my issue), although they appear to be displaying correctly.
I tested this with the supplied sample “SampleCode/Hardware/DynamicImageResolution” and I still have the same issue. When I have “Live Builds” enabled it gives me the warning;
[lua]WARNING: Asset file “hongkong@2x.png” does not exist. [/lua]
Followed by this error
.
With “Live Builds” unchecked there is no issue. In both cases I fully removed any previous installations, installed the app, shut it down completely, cleared the log and then rerun the app. I have attached the logs from both cases.
You have to change the config file. The value to set suffix (@2x…). If I have two suffix I set one to -10 and the other one to 5. And I have no problem.
If you don’t want to change this file you need to change the screen size. In simulator choose another device
You have to change the config file. The value to set suffix (@2x…). If I have two suffix I set one to -10 and the other one to 5. And I have no problem.
If you don’t want to change this file you need to change the screen size. In simulator choose another device