When selecting either "Show Model" or "Enable Simulation" for an AI unit in the Eden editor, the effects will not be synchronized in Multiplayer.
Description
Description
Details
Details
- Severity
- Tweak
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Eden Editor
Steps To Reproduce
- Place two players and an AI unit into a scenario in Eden.
- Uncheck "Show Model" for the AI unit.
- Launch the mission in multiplayer.
- Observe that the mission host can not see the AI unit while the other player can.
Additional Information
Seems to be caused by: expression="if !(is3DEN) then {_this hideobject _value;};";
Attribute settings aren't being called on clients, so effects are only visible on the server.