Skip to content

Instantly share code, notes, and snippets.

View halzate93's full-sized avatar

Hector Camilo Alzate Ramirez halzate93

View GitHub Profile
using UnityEngine;
public class piler : MonoBehaviour
{
[SerializeField]
private GameObject[] dishesPile;
private AudioSource audioSource;
private float volLowRange = .5f;
private float volHighRange = 1.0f;
private int currentDishPosition;