Björn Ritzl

Results 608 comments of Björn Ritzl

Are you using a local extender and not the official one? The above fix has not been released yet.

There is an error at the end of the log about duplicate `PrivacyInfo.xcprivacy` files: ``` com.defold.extender.ExtenderException: java.nio.file.FileAlreadyExistsException: /var/folders/2b/mpxyl1m54jvg2rcs2cnbsqxc0000gn/T/job11407296211102993347/build/resources/PrivacyInfo.xcprivacy at com.defold.extender.Extender.buildEngine(Extender.java:2219) at com.defold.extender.Extender.build(Extender.java:2587) at com.defold.extender.AsyncBuilder.asyncBuildEngine(AsyncBuilder.java:116) at jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...

> oh, I saw the issue is “closed,” so I thought I'd test it. I use only official `build.defold.com` and `build-stage.defold.com` servers. I understand. But the duplicate `PrivacyInfo.xcprivacy` is new.

Also note that from YandexMobileAds 6.2.0 you need an updated ext.manifest with Swift enabled: ``` name: "YandexSdkAds" platforms: android: context: aaptExtraPackages: ['com.yandex.android', 'com.yandex.android.mobileads', 'com.yandex.mobile', 'com.yandex.mobile.ads', 'com.yandex.mobile.ads.imp', 'androidx.viewpager2', 'androidx.annotation', 'androidx.core', 'androidx.recyclerview',...

I'm testing on Defold 1.9.1 using this example project where I've added a bunch of images: [Archive.zip](https://github.com/user-attachments/files/16382398/Archive.zip) I am not getting the problem you are describing with completely incorrect offsets....

Thank you for the feature request(s)! You have a few different suggestions > Low Res games with a resolution 320x180 or 640x360 This can be achieved using a camera with...

Nice! Is the intention to add all of the api functions?

Can you please provide a minimal project where we can test this?