Skip to content

Commit

Permalink
Fixed sample audio file assets having weird loop markers
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyyang09 committed Jul 12, 2024
1 parent 1a3c0d3 commit 1235e88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Samples~/Shmup 2D/Audio Files/Music/Main Theme Combined.asset
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ MonoBehaviour:
presetDescription:
files:
- {fileID: 8300000, guid: ec35383b3397c8a4c998aefa69059d4f, type: 3}
loopStart: 47.995647
loopEnd: 48
loopStart: 0
loopEnd: 47.995647
bpm: 160
relativeVolume: 1
spatialize: 0
maxDistance: 0
priority: 128
startingPitch: 1
pitchShift: 1
loopMode: 2
loopMode: 1
delay: 0
ignoreTimeScale: 0
maxPlayingInstances: 10
channelOverride: 0
mixerGroupOverride: {fileID: 0}
fadeInOut: 0
fadeInDuration: 0
Expand Down
4 changes: 3 additions & 1 deletion Samples~/Shmup 2D/Audio Files/Music/Main Theme.asset
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ MonoBehaviour:
priority: 128
startingPitch: 1
pitchShift: 0.05
loopMode: 1
loopMode: 2
delay: 0
ignoreTimeScale: 0
maxPlayingInstances: 10
channelOverride: 0
mixerGroupOverride: {fileID: 0}
fadeInOut: 0
fadeInDuration: 0
Expand Down
4 changes: 3 additions & 1 deletion Samples~/Shmup 2D/Audio Files/Music/Side Theme.asset
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MonoBehaviour:
files:
- {fileID: 8300000, guid: c24976ce5925e0e4c83ba82f15fbf5e3, type: 3}
loopStart: 0
loopEnd: 0
loopEnd: 52.1739
bpm: 120
relativeVolume: 0.1
spatialize: 1
Expand All @@ -28,6 +28,8 @@ MonoBehaviour:
loopMode: 1
delay: 0
ignoreTimeScale: 0
maxPlayingInstances: 10
channelOverride: 0
mixerGroupOverride: {fileID: 0}
fadeInOut: 0
fadeInDuration: 0
Expand Down

0 comments on commit 1235e88

Please sign in to comment.