Today I decided to try Live build feature and my game didn’t want to run (works well with normal build). So after hours of investigating and copy-pasting my project into new one I found the reason - for some matter I exclude one folder from my build (“OneFolder/*”) but have lua file in it, which I use in game.
As I wrote normal build works ok - lua file don’t get excluded, while other files do
So just want to ask why this exclude feature works different for normal\live build?