You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vehicles with the following code should pull a predefined PI config if available: HasPhoton = true, Photon = "PHOTON_INHERIT"
Actual Behaviour
Currently this script will prevent a photon config from using a predefined PI config. Currently this code actually needs to be removed in order to utilize the PI config without referencing it directly as seen below: HasPhoton = true, Photon = "sgm_fpiu20"
The text was updated successfully, but these errors were encountered:
Ideal Behaviour
Vehicles with the following code should pull a predefined PI config if available:
HasPhoton = true, Photon = "PHOTON_INHERIT"
Actual Behaviour
Currently this script will prevent a photon config from using a predefined PI config. Currently this code actually needs to be removed in order to utilize the PI config without referencing it directly as seen below:
HasPhoton = true, Photon = "sgm_fpiu20"
The text was updated successfully, but these errors were encountered: