I’m very new to using Defold, and I am using this engine to make a game for a school assignment. Every time I try to build the game I get this error for both /builtins/render/default.render_script and /main/test.script (I made this one to try out some code):
Cannot run program “C:\Users\orawe\AppData\Local\Temp\defold-unpack-7e5c022ee89d625257f3e22797f49b51d60ba2ef10889163379200209861/x86_64-win32/bin/luajit-32”: CreateProcess error=2, The system cannot find the file specified
I have even tried to run the game with Debug, but it gave me the same error but with more than just those two scripts. All of the tutorials I have watched never mentioned downloading anything besides the Defold Engine, but this error makes it seem like I do, and I was just wondering what it meant and what I can do to fix it so I can continue working on my assignment.