I have recently encountered a problem with import global file.
There is an example what I did :
resources
|
|_ [memory]
|
|_ [core]
| |
| |_ m_gui_lua
| |
| |_ __resource.lua
| |_ ...
|
|
|_ [files]
|
|_ keys.lua
I import keys.lua in m_gui_lua with : ‘…/[files]/keys.lua’
But this doesn’t work anymore for me.
How should I do it ?