Skip to content

Instantly share code, notes, and snippets.

@Boundboost
Boundboost / AudioHandler.cs
Last active September 5, 2025 04:00
Assignment two
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Threading.Tasks;
public class Audio_handler : MonoBehaviour
{
private AudioSource audiosource1;