I have tried different Gideros templates which I have downloaded on Github. None of templates works everytime the same error, now I'm on this template
https://github.com/gideros/Scene-Manager . This is the error:
main.lua:6: attempt to index global 'SceneManager' (a nil value)
stack traceback:
main.lua:6: in main chunk |
Any Ideas what can be wrong here? There is scenemanager.lua and easing.lua
Comments
so i don't know what is the problem.
in any case the error you have tells you that it does not find SceneManager defined, so either scenemanager.lua is not part of your project or the execution order is wrong (main.lua should come after scenemanager.lua - right click on a file in gideros and click on 'code dependencies' to check this). but all these are ok in the downloaded project, so perhaps you have changed something.
Fragmenter - animated loop machine and IKONOMIKON - the memory game