Kasper Kiiskinen

Results 2 issues of Kasper Kiiskinen

List of analyzers in ReShaper: https://github.com/JetBrains/resharper-unity/wiki there are few analyzers that this project do not have like: https://github.com/JetBrains/resharper-unity/wiki/Avoid-null-comparisons-against-UnityEngine.Object-subclasses could be usefull

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...