Replaced all temp audio files with the proper ones as well as adding a respawn noise to various instances

This commit is contained in:
Gregory Campbell
2020-02-08 22:52:46 -05:00
parent f004ea6203
commit 92ed104454
20 changed files with 664 additions and 5 deletions
+131 -1
View File
@@ -660,6 +660,134 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 484334937}
m_CullTransparentMesh: 0
--- !u!1 &526425756
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 526425758}
- component: {fileID: 526425757}
m_Layer: 0
m_Name: RespawnSound
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!82 &526425757
AudioSource:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 526425756}
m_Enabled: 1
serializedVersion: 4
OutputAudioMixerGroup: {fileID: 24300002, guid: c562f0bc9014ba4489c7824cbca29029,
type: 2}
m_audioClip: {fileID: 8300000, guid: 8164296204dad3745a2e5822b86c44b2, type: 3}
m_PlayOnAwake: 0
m_Volume: 1
m_Pitch: 1
Loop: 0
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
reverbZoneMixCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
--- !u!4 &526425758
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 526425756}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 1885424384}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &664696628
GameObject:
m_ObjectHideFlags: 0
@@ -1669,7 +1797,7 @@ AudioSource:
serializedVersion: 4
OutputAudioMixerGroup: {fileID: 24300002, guid: c562f0bc9014ba4489c7824cbca29029,
type: 2}
m_audioClip: {fileID: 8300000, guid: 7dea4267b47263b4ba9f2b581cc246b2, type: 3}
m_audioClip: {fileID: 8300000, guid: f7fa597afbf43fb4ea20b9e8fe2132f0, type: 3}
m_PlayOnAwake: 1
m_Volume: 1
m_Pitch: 1
@@ -2792,6 +2920,7 @@ MonoBehaviour:
pivot: {fileID: 306905843}
playerModel: {fileID: 1179584401}
jumpNoise: {fileID: 2115917840}
respawnNoise: {fileID: 526425757}
respawnTime: 0
--- !u!143 &1885424380
CharacterController:
@@ -2884,6 +3013,7 @@ Transform:
m_Children:
- {fileID: 1179584405}
- {fileID: 2115917841}
- {fileID: 526425758}
m_Father: {fileID: 0}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}