Skip to content

Instantly share code, notes, and snippets.

View kiyoaki's full-sized avatar
🏠
Work from home

Kiyoaki Tsurutani kiyoaki

🏠
Work from home
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; // 変更する時間最小値