Acknowledged

SDK 4.2.0 Resources Fonts Default Not Working for Certain Devices

In SDK 4.1.7, I am using the default resources directory for 240x240 custom fonts. When I switch to SDK 4.2.0 Beta 2, one of the fonts is not read properly unless I use a dedicated resource folder, e.g., resources-round-240x240.

Parents
  • There is a new asset caching feature in 4.2.0 that might be causing your problem. Are you replacing the font files with new versions with the same name? I'll pass this along as an issue. In the meantime you may be able to get your fonts updated by clearing your bin folder or the gen folder inside the bin folder that stores the cached assets. 

Comment
  • There is a new asset caching feature in 4.2.0 that might be causing your problem. Are you replacing the font files with new versions with the same name? I'll pass this along as an issue. In the meantime you may be able to get your fonts updated by clearing your bin folder or the gen folder inside the bin folder that stores the cached assets. 

Children