NotAKidoS/StateBehaviours

Optimize Parameter Drivers in Awake()...?

Opened this issue · 1 comments

Would it be optimal to parse parameter driver settings in Awake() and bake in DriverType & parameter types methods?

There is an issue where CVR will leave duplicate state behaviours in the scene which I scan for and remove myself, so I'd like to figure why that is first.

I legitimately cannot do much with this mod because of this issue. It would hurt performance to attempt to optimize in Awake().