Will leaving touch events cause any errors?
Franto
Member Posts: 779
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
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.
Never leave dead ended code. Remove all non used stuff for the best performance and to avoid bugs.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
@Socks @The_Gamesalad_Guru Thanks, I didn't quite know about the scanning. That might explain some slowdowns.