[SOLVED] Unity 5: Lightmap dissapearing in web player but not in editor

Hello. I have created asset bundles with my scenes in it. When i load the scenes in the editor, they have all the lightmaps. When loading it in the webplayer, there are no lightmaps.
I load the complete scenes in asset bundles and load the scenes into the game.

It works find in Editor but not in webplayer. Can somebody help me?

EDIT:
Solution in the answers below!

SOLUTION:

After trying out hundreds of things, I finally got a solution:

  • Create a simple scene
  • Create very simple lightmapping on it and add it to the build scenes (keep it low to not use much of your memory)
  • you can load the other scenes from asset bundles but you need to build your project with at least 1 already lightmapped scene.

I hope I could help you guys.