lime icon indicating copy to clipboard operation
lime copied to clipboard

Version 7.6.0 not working on iOS

Open Tw1ddle opened this issue 6 years ago • 0 comments

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:

screenshot_29

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):

screenshot_30

Tw1ddle avatar Aug 26 '19 09:08 Tw1ddle