Open tferreira opened 3 years ago
Did you build and try to run the project once? For any change you make to your project you need to first build it once, then run it from the .bar/.sh script (this can obviously be automated fully using our command line tools).
Yes, I've tried building it multiple times. It just displays Launched Local dmengine.exe
on the editor bottom bar, without any errors on the console. Then I'm launching the .bat script, giving the above output.
Hmm, @subsoap you're using Windows right? How are you building and running your games?
Hi,
I'm trying to avoid bundling the project and thus running it from the
run_x86_64-win32.bat
script, but getting several errors.I did add the following line as it was giving an error about it:
Now I am getting a crash. I'm not sure if it's related, but
build/default/builtins/input/default.gamepadsc
exists.Are there any steps I have missed to do? Thank you.