UnityEngineAnalyzer icon indicating copy to clipboard operation
UnityEngineAnalyzer copied to clipboard

Input Analyzer: :touches & :accelerationEvents

Open Kasperki opened this issue 8 years ago • 3 comments

Input.touces & Input.accelerationEvents allocate temporare variables.

Use Input.GetTouches & Input.touchCount instead. Same for accelerations: GetAccelerationEvent & accelerationEventCount

PS.

We should list whatever comes to mind. So these can be then implemented by people.

Kasperki avatar Oct 02 '17 18:10 Kasperki

I was gonna use the Projects features to keep track, but it seems not many people use it and prefer issues over it. Here's the list I had going at one time: https://github.com/vad710/UnityEngineAnalyzer/projects/1

vad710 avatar Oct 17 '17 00:10 vad710

@vad710 The projects is a good idea, but I think only you have write access to that. I can't comment to any of the cards. I don't know how it is supposed to work, but I think Issues works better for now.

Kasperki avatar Oct 17 '17 07:10 Kasperki

I think issues are better as well

vad710 avatar Oct 17 '17 17:10 vad710