Unity_2D_Introduction icon indicating copy to clipboard operation
Unity_2D_Introduction copied to clipboard

Introduction to making a 2D platforming game in Unity

Results 1 Unity_2D_Introduction issues
Sort by recently updated
recently updated
newest added

Always add Input functions in Update and Physics functions in FixedUpdate. Also getting raw axis value can lead to laggy perfomances in lower ended devices.