It's a change made to AC for wider input capabilities. It's not possible to prevent them from being added, but it would be possible for a custom script to remove them after the fact.
Try using a script to remove these components at runtime and see if the input is as intended.
Comments
It's a change made to AC for wider input capabilities. It's not possible to prevent them from being added, but it would be possible for a custom script to remove them after the fact.
Try using a script to remove these components at runtime and see if the input is as intended.
Ok, great, thanks. Works well with an OnEnable method.