Morpheus Platform Release v32
See this guide on how to update your existing project to a new editor release.
Version Released: 06/12/2024
Latest Binary Version 32.0.0
Improved API for interest level changes for replicated properties
Users previously encountered challenges when attempting to apply net-foreground-only or net-midground-only status effects, such as displaying a specific attachment exclusively in the midground. These effects were inherently implemented using foreground or midground variables and OnReps. However, when a player transitioned to a lower network level, the status effect persisted unintentionally.
To address this, we delivered an API designed for this use case, promoting a design pattern that ensures status effects are properly canceled and re-enabled in response to changes in the network level. While the Morpheus Actor already included a NetworkLevelChangedEvent
event, we enhanced functionality by introducing more granular, property-specific handlers to provide finer control.
Last updated
Was this helpful?