Nestorboy / NUMovement

A custom Character Controller implementation and prefab for authors of VRChat worlds.
MIT License
14 stars 1 forks source link

Make isActive protected so custom controllers can access it #1

Closed BocuD closed 9 months ago

BocuD commented 9 months ago

This allows us to properly override ControllerUpdate() (we want to be able to read isActive in here)