So I'm following along in the book "Gideros Mobile game development" and just learned about code dependency. I think there is a bug in Gideros Studio because I have to set the code dependencies every time I start it up and open the project.
I have clicked all the save buttons I can find but to no avail.
Is this a bug? Must be right?
Thanks!
Comments
init.lua - always handled first
main.lua - always handled last
this is enough
code dependencies-is saved when you export the project
Likes: MoKaLux
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Recently I couldn't export my "game" to android because it couldn't find some classes.lua. I removed all require "classx" from my code and that worked fine.