I have an engine that I created which have images in it (in the assets folder). When I’m testing it in the /test/dummy app, images shows, no problem.
But, when I use my mountable engine in another app, images are not copied to the assets of the host application. Everything works fine, except for this.
I’m pretty sure I’m missing a configuration that says to look for assets in the engine folder, or something like this. But I was not able to find the answer yet.
Any idea?
Thanks
Solved this issue.
It was as simple as do :
That’s it.