New Features[Gameplay] Stroke function Add two types of strokes to add strokes to characters, NPCs or other objectsDefault stroke switch for characters/* Default stroke, only on off function, can not adjust the stroke effect SetOutLine(value:boolean) */ GamePlay.GetCurrentPlayer().Character.SetOutLine(true);Character custom stroke/* Post-processing stroke, adjust the stroke effect by control post-processing box Add a post-processing logic object Set the stroke color and stroke width in the pr...