Tuesday, May 14, 2019

Unity 3d slow motion script like (gta 5) easy and full script by allunityscripts

Slow Motion 

unity 3d slow motion images

using UnityEngine;
using System.Collections;

public class SlowDownTime : MonoBehaviour {

// Use this for initialization
void Update () {
        if (Input.GetKey(KeyCode.Q))
        {
            Time.timeScale = 0.65f;
        }
        else
            Time.timeScale = 1;
    }
}

1 comment:

  1. I really found this to much informatics.It is good to see you verbalize from the heart and clarity on this important subject can be easily observed...

    dresses for girls

    ReplyDelete