Smooth Rotation from Input in 49 Secs !

Please support this series: Patreon: IndieGoGo: #/story Script: using UnityEngine; using ; public class GunScript : MonoBehaviour { public float Rotation_Speed; public float Rotation_Friction; //The smaller the value, the more Friction there is. [Keep this at 1 unless you know what you are doing]. public float Rotation_Smoothness; //Believe it or not, ad
Back to Top