Hi,
I tried to export my Unity project, following the "project setup" official guide here : http://doc.babylonjs.com/resources/projects.
I have got lightmaps on my textures that seems to break when I run the project with babylon.js as you can see :
Furthermore, when I try to interact with my game, nothing happens, the game is just stuck on the initial view.
The only issue that I've got from Unity during the export is "Material doesn't have a texture property '_MainTex'" as you can see here :
Did I do something wrong? It seems to be a Shader issue. Are the Unity lightmaps supposed to be supported?
Thanks!