Insality / defold-eva

Basic Defold module for mobile games
https://insality.github.io/defold-eva/
MIT License
41 stars 1 forks source link

gui_extra_functions.lua could not be found. #11

Open albert-sebastian opened 4 years ago

albert-sebastian commented 4 years ago

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.

Insality commented 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!