Skip to content

Instantly share code, notes, and snippets.

View shichiE's full-sized avatar

shichiE shichiE

View GitHub Profile
@shichiE
shichiE / licence.txt
Last active July 28, 2023 17:20
スプれっ!に含まれるOSSライセンス
UniRx
https://github.com/neuecc/UniRx
The MIT License (MIT)
Copyright (c) 2018 Yoshifumi Kawai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@shichiE
shichiE / AnimationClipSmoother.cs
Created September 17, 2018 10:58
AnimatinClipのカーブのスパイクを均すエディタ拡張
// 自由に使ってどうぞ
// [Edit]フォルダに入れてメニューの[Animation Clip Smoother]-[Open]を選択するとウィンドウが表示される。
// 編集するAnimationClipを選択後、編集するカーブを選択して[実行]ボタンを押す。
using UnityEditor;
using UnityEngine;
public class AnimationClipSmoother : EditorWindow
{
/// <summary>