Is there any plan to replace the current pick implementation in InputManager with GPUPicker?
The current RayPicker implementation has a relatively high overhead,because it needs to convert vertex data into Vector3 in order to perform triangle intersection checks.

