WARNING: Resource not found!

Hello, I’m working on a project right now and while messing around with the game.project file I am suddenly unable to build my project. I get an error message saying:

WARNING:RESOURCE: Resource not found: /input/game.input_bindingc
WARNING:ENGINE: Unable to load bootstrap data.

Now, I have checked my game.project file and it very much has both the bootstrap link to main.collection and an input link to game.input_bindings. I have tried searching but it seems not many have had this problem. Is anyone aware of anything like this? Thank you for your time!

EDIT:
It appears that when you edit the resource uri line in the game.project file and then remove the link you typed in, it leaves an empty "uri = " in the game.project file that you can only see if you open that file directly, you cannot see this through the interface since to you the resource uri appears to not be used. I feel that this should be changed since it is not intuitive at all.

1 Like

There are default values for all values in “game.project”. This is by design. As you have noticed, the values are shown if you open the file in the editor, but a text editor is (naturally) unable to figure out the defaults.

2 Likes