defold-eva icon indicating copy to clipboard operation
defold-eva copied to clipboard

gui_extra_functions.lua could not be found.

Open albert-sebastian opened this issue 5 years ago • 1 comments

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.

albert-sebastian avatar May 21 '20 19:05 albert-sebastian

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!

Insality avatar May 23 '20 07:05 Insality