lime
lime copied to clipboard
Version 7.6.0 not working on iOS
I upgraded to lime 7.6.0 and have an issue where resolved asset paths now contain an additional "assets/", so "assets/assets/assets/foo.png" instead of "assets/assets/foo.png" e.g:
At first glance I think this is a similar issue as #1346 where assets were not loading properly due to bad asset paths, but on iOS instead of Android.
It seems one extra "assets/" has been added to the paths in any case. Directory structure of the actual app is like this, containing the app's assets folder with the flixel assets folder inside that (two levels deep, not three):