Skip to content

Instantly share code, notes, and snippets.

@mnogue
mnogue / ToonMotion.cs
Created January 13, 2019 20:43
Custom frame-per-second 3D animations for Unity3D. Based on Spider-Man: Into the Spider-Verse movie
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ToonMotion : MonoBehaviour
{
private class Snapshot
{
public Transform transform;
public Vector3 position;