Hi .
First off great plugin and glad to hear you’re getting back to normal and safe.
Quick question, If I need my character to instantly rotate to where the camera is facing on ability cast, fully networked, what would be the best way to go about that?
I suggest adding a m_TargetRotation or something that can be set on the context before being sent to the server, then use that to set context owner’s rotation on all the clients. The TurnTo Task doesn’t work here because there isn’t a target, and the TurnTo Camera wouldn’t work in a networked environment if I’m not mistaken.
Thanks again for the great plugin