I’ve moved the declaration for both moveSpeed and stoppingDistance outside of update so I can make them both Serialized Fields (planning ahead for gameplay tuning)
Is this something you’d recommend avoiding, and instead use getters/setters (or some other method) so you can maintain code readability/clarity, and still be able to adjust these settings via the inspector?