Skip to content

Instantly share code, notes, and snippets.

@Venkat-Swaraj
Venkat-Swaraj / ObjectVibration.cs
Created January 30, 2025 07:46
Vibrate an object along particular local axis
using UnityEngine;
public class ObjectVibration : MonoBehaviour
{
public enum VibrationAxis
{
X,
Y,
Z
}