Hi,
I have a game with multiple scenes. All are OK when handleling specific scene related to realsing all resourses.
My question how can I free the resourses that exist in the Main.Lua.
In each specific scene I handle the free of resourse in the scene:destroy( event ) - No problem but where is the place that I can do the same in the Main.Lua (there is no such function of destroy)
Thanks ,
Yuval