Skip to content

swapnilrane24/Sound-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound-System

Description: Sound System is a simple system which can be used in Hyper/Hybrid/Casual games. It use objectpooling to reuse the AudioSource for better performance and we can play multiple sounds at same time if needed.

How To:

  1. Drag the SoundManager to the scene. SoundManager is the main entity which controls how we play the sound.
  2. Assign SoundPlay script to the gameobject which need to make sound.
  3. Call SoundPlay.Play method to play the sound.
  4. Check DemoScene for better examples.

Tech Used:

  • Unity Engine
  • Object Pooling
  • URP

About

Simple Sound System for Hyper and Hybrid casual games

Resources

License

Stars

Watchers

Forks

Packages

No packages published