Also check if you have the three essential
ReflectionMapper +
Ambient probe in SCN file, missing any of the ReflectionMapper or Ambient probe can result rendering issue with PBR in online session:
ReflectionMapper=REFLECTEDENV
ReflectionMapper=STATIC01
ReflectionMapper=REFMAP0
IRRADIANCE_PROBE=IRRAD_GLOBAL
(example code for ReflectionMapper:
https://docs.studio-397.com/pages/viewpage.action?pageId=37945743 , and Ambient probe:
https://docs.studio-397.com/display/DG/Ambient+Probes)
And make sure the position value of
STATIC01 and
IRRAD_GLOBAL are both placed 2-5 meters above the road mesh.
For example, if the coordinates of a road mesh object (center of road) is at
234.56, 1.34, -23.42 (X, Z, Y), then:
ReflectionMapper=STATIC01
{
Type=Cubic
TextureSize=(1024)
UpdateRate=(0.100)
StaticSwitch=(10000.000)
Pos=
(234.56, 3.34, -23.42)
}
IRRADIANCE_PROBE=IRRAD_GLOBAL
{
INFLUENCE_RANGE = (0.0)
PROBE_POSITION =
(234.56, 3.34, -23.42)
}
(PROBE_POSITION can be placed at different road coordinates than STATIC01 Pos)