Skip to content

Instantly share code, notes, and snippets.

View Reyth3's full-sized avatar

Reyth Reyth3

  • PwC
  • Poland
View GitHub Profile
@Reyth3
Reyth3 / TimeManipulation.cs
Created September 26, 2017 12:35
Time Passage Handling in Unity3D
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TimeManipulation : MonoBehaviour {
#region Fields and Events
private static TimeManipulation _current;