Open albert-sebastian opened 4 years ago
Hello! Thank you for feedback
Yea, eva going with several extensions, it's extensions with requirements to other extensions. The initial setup is pretty hard and not very good documented now.
I have the dependencies list inside repository: https://github.com/Insality/defold-eva/blob/master/dependencies.txt or just see game.project of example
I will update documentation later with full setup instructions, thanks!
Showing errors while initialising Eva object.
Steps Dependency added in game project. Clicked on Fetch libraries Added following line in init function of a loaded script. local eva = require("eva.eva") game started Showing build errors
Error message /eva/modules/game.lua The file '/gui_extra_functions/gui_extra_functions.lua' could not be found. /eva/modules/input.lua The file '/in/gesture.lua' could not be found. /eva/modules/proto.lua The file '/pb/protoc.lua' could not be found. /eva/modules/window.lua The file '/monarch/monarch.lua' could not be found.