Skip to content

Instantly share code, notes, and snippets.

View kiyoaki's full-sized avatar

Kiyoaki Tsurutani kiyoaki

View GitHub Profile
@GOROman
GOROman / EyeJitter.cs
Last active November 25, 2022 12:17
Unityで微細眼球運動っぽい何か
using UnityEngine;
using System.Collections;
public class EyeJitter : MonoBehaviour {
float timer = 0.0f;
Quaternion rot;
public float changeTime = 0.4f; // 変更する時間最小値