Hello. This is a problem related to objects merging and rendering order of transparent objects (some background is here: Foliage transparent png problem?).
In the editor each object is rendered separately, but during the presentation outside of the editor, objects that are close to each other are merged together to reduce the number of draw calls and improve frame rate. For non-transparent objects merging doesn’t introduce any problems, but for transparent objects, such as the bottles in your scene, merging can change the render order and expose transparency-related artifacts.
If we exposed an URL hash tag: #nomergetransparent that would prevent the merging, would such workaround be acceptable for you? (we can’t disable transparent objects merging by default, because many scenes have large number of transparent leaves, and such scenes work too slow on mobile without the merging).