Skip to content

Instantly share code, notes, and snippets.

View JashanChittesh's full-sized avatar
🎯
Focusing

Jashan Chittesh JashanChittesh

🎯
Focusing
View GitHub Profile
@AlexTiTanium
AlexTiTanium / ParticaleAnimator.cs
Created May 30, 2013 08:27
Time scale independent Particle system in unity3d
using UnityEngine;
using System.Collections;
public class ParticaleAnimator : MonoBehaviour {
private void Awake()
{
particle = GetComponent<ParticleSystem>();
}