Skip to content

Instantly share code, notes, and snippets.

@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>
@valyard
valyard / Jobs_and_ecs.cs
Created July 10, 2017 20:20
"Slides" about C# Job System and ESC in Unity.
// ######################################################################
//
// We want you to write more efficient code
//
// ######################################################################
But, we teach the opposite...
You know, GameObjects and Components.
...
@terrehbyte
terrehbyte / UsefulUnityAssets.md
Last active February 20, 2026 18:11
Useful Open-Source Unity Assets

Useful Open-Source Unity Assets

This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process.

Art / Design Tools

ProbePolisher - Light Probe Editor - keijiro

"ProbePolisher is a Unity Editor plugin for editing light probes. It works both on Unity Basic (free) and Unity Pro."

Code
Releases

@msurguy
msurguy / List.md
Last active February 24, 2026 02:07
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):