Skip to content

Instantly share code, notes, and snippets.

View MtMath's full-sized avatar
🏠
Working from home

Matheus Costa MtMath

🏠
Working from home
View GitHub Profile
@MtMath
MtMath / SeniaAnimationEventEditor.cs
Created April 18, 2023 16:41 — forked from yujen/SeniaAnimationEventEditor.cs
Unity animation event editing tool.
using System;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
using UnityEngine;
using UnityEditor;