I’m trying to host my WebGL game on a few websites and I get the same error with Firefox:
NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.
IDBFS.getRemoteSet/<()
IDBFS.getDB/req.onsuccess()
The game works fine with firefox when playing locally. I’m using Unity 5.3.5p6. I’m stumped I’ve seen this problem a few places but I haven’t been able to find a solution.