QPong / QPong-Unity

QPong rewritten in Unity
26 stars 6 forks source link

setting up Audio player with one audio source and many different sou… #28

Closed boland25 closed 5 years ago

boland25 commented 5 years ago

Created One Script where all sound effects are handled.

I put it on BallControl.cs and removed the 3 separate objects. Makes it easier to add future sound effects

HuangJunye commented 5 years ago

Very nice job! I wonder why every tutorial I found online uses the method I used.