Will leaving touch events cause any errors?

Should I remove all behaviors and rules pertaining to touch? Or it won't get in the way of anything since its not being used?

Comments

  • SocksSocks London, UK.Member Posts: 12,822

    I guess you should probably remove them because even through they are not being triggered they will still need to be 'scanned' (or checked) to see if they are true.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Never leave dead ended code. Remove all non used stuff for the best performance and to avoid bugs.

  • FrantoFranto Member Posts: 779

    @Socks @The_Gamesalad_Guru Thanks, I didn't quite know about the scanning. That might explain some slowdowns.

Sign In or Register to comment.