Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It doesn't work when I generate the project

A topic by rodrigobarreto created Nov 09, 2022 Views: 97 Replies: 2
Viewing posts 1 to 3

When I test in the program it works, but when I generate to put it on a server it doesn't work, the screen goes white and the error

Failed to load resource: the server responded with a status of 404 () inputController.js:1          

Failed to load resource: the server responded with a status of 404 () GameManager.js:37 

Uncaught ReferenceError: InputController is not defined 

at new GameManager (GameManager.js:37:36) 

at (index):56:23

Developer

edit the index.html file, at the line 47
the include script  file name is   js/controllers/InputController.js" (with an upper i ). i guess that you have a linux server where the file name are case sensitive

it worked, thank you very much