gryff Posted November 5, 2014 Share Posted November 5, 2014 Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/blu...t?1415217827603BJS - [14:03:47]: Valid manifest file not found. Scene & textures will be loaded directly from the web server. babylon.js:3 It is not finding the manifest file which is used to store scene and textures locally - kind of a cache to speed up loading. If it does not find it then it loads "directly from the web server". Not an issue as I don't usually create one. Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/blu...y/elie1.babylon It cannot find your .bablyon file. Usually happens to me if I have a spelling mistake in this line :BABYLON.SceneLoader.Load("xxxx", "walk0805.babylon", engine, function (newScene) {or the..babylon scene file is in a different directory - need to add a path (where the xxxx is). I always put my index.html and babylon files and textures in the same directory in which case nothing goes where the xxxx is. That I think is your issue - not the .babylon file itself. cheers, gryff Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.