Hi im facing a problem in my cocos project…
i reformat my computer to clean my computer…
and now after i set up my cocos installation my project is throwing me a warning about missing scripts…
but all my scripts are present…
what how do you think i can fix this thanks…
i think its because of the change in directory… where in the cocos creator do we set that?..
I’ve faced missing script problem and in my case, the issue was using require(‘missedScript’) in one of other scripts (even when I did not use that script, but it’s still in /script folder)
Another issue I can guess is that setting the eventHandler for buttonComponent used in certain node that linked to the missed script. Check all your buttons to see if the button is calling function in the missed script.
The final dirty/quick solution is to make an empty script with same name as the missing one in script folder. (That solved my problem too)
Hope that help !
Press F7 to recompile to see what’s happening, if you have any compiling error, please fix it. Otherwise I suppose that you may deleted all *.meta file from your project… You should recover them back or you should remove and create your component manually.
thanks… i will try…
but i pulled them out from my repository…
all the meta files are included…
can you list what folders should i add into my gitignore?
this is another question hehe sorry 
Yes you should ignore
library/
temp/
local/
build/