Skip to content

Instantly share code, notes, and snippets.

View kunofellasleep's full-sized avatar

Kuno Fell Asleep kunofellasleep

View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TimeScaleController : MonoBehaviour {
[SerializeField] private float speedupScale = 100.0f;
[SerializeField] private float scale = 1.0f;
void Update () {