Physics-Editor icon indicating copy to clipboard operation
Physics-Editor copied to clipboard

How can i load exported section scene on box2dweb?

Open MiAccess opened this issue 4 years ago • 1 comments

Thanks for this great box2d editor. I can successfuly load scene using WorldLoader.js. But, I can't load selected scene with that. Is there any another use of tha t scene?

MiAccess avatar Jun 11 '21 12:06 MiAccess

Hi, glad you are finding it useful :) I am not sure what you mean by "selected scene". I think on browser there are some permission issues for loading the files. You can download a zip version and open the app (editor.html) locally.

Hope that helps!

amuTBKT avatar Jun 11 '21 15:06 amuTBKT

Thanks for information. There was a writing mistake in my question and sorry for that. I want to know that what can i do with "Files > Export Selection". I can load exported scene using WorldLoader.js in Box2dweb(in this case i made a custom scene loader using WorldLoader.js to load exported scene). But "Export Selection " scene does not load with that custom loader which i created. IMG_20210611_231606

MiAccess avatar Jun 11 '21 17:06 MiAccess