Hey guys I have this ship that works fine when Im using normal input (Input.GetKey(KeyCode.Space) the first good looking particles and sound.
but when I want to use mobile input (button with even trigger) they fire very weirdly with no sound.
check video for better understanding.
at the start of the video particles and sound works well
and at 0:10 when I press the button they are pulsing and not constant
does anyone know what is the cause of this?
onPressDown just changes thrustIsPressed to true
and on UP to false