Cannot load serialized scene from file or blob URL

Really not sure if this is even supposed to work or not. I just want to load a serialized babylon scene on drop. Here is a very simple playground

I would expect you to be able to drag drop any .babylon file and have it load there. But can’t for the life of me to be able seem to load serialized files.

It’s definitely working here:

My issue turned out to be a blob url used for the environmental texture when I originally serialized the file that was failing to load the rest of the scene data. I should be able to hack through the rest of these issues now.

1 Like