Skip to content
View mnogue's full-sized avatar
:octocat:
Hello there!
:octocat:
Hello there!

Organizations

@Catsoft-Studios

Block or report mnogue

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Custom frame-per-second 3D animation... Custom frame-per-second 3D animations for Unity3D. Based on Spider-Man: Into the Spider-Verse movie
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    public class ToonMotion : MonoBehaviour 
  2. PlayAnimation.cs PlayAnimation.cs
    1
    using System;
    2
    using UnityEngine;
    3
    using UnityEngine.Playables;
    4
    
                  
    5
    public class PlayAnimation : MonoBehaviour