Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 27eb97d

Browse files
authored
Add weapon shooting sfx (#65)
#### Description Added 4 sound clips that are played when a weapon is fired. #### Tests Played with simulated players to verify location based playback sounds oke
1 parent 75142aa commit 27eb97d

File tree

18 files changed

+246
-24
lines changed

18 files changed

+246
-24
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- `MetricsSendSystem.cs` now sends metrics for Frames Per Second (FPS) and Unity heap usage.
8+
- Weapon fire now has sound effects.
89

910
### Changed
1011

workers/unity/Assets/Fps/Audio.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Fps/Audio/player_sfx.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Fps/Audio/player_sfx/weapons_sfx.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

workers/unity/Assets/Fps/Audio/player_sfx/weapons_sfx/weapon_pulse_rifle_01.wav.meta

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

workers/unity/Assets/Fps/Audio/player_sfx/weapons_sfx/weapon_pulse_rifle_02.wav.meta

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

workers/unity/Assets/Fps/Audio/player_sfx/weapons_sfx/weapon_pulse_rifle_03.wav.meta

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)