Add SFX and SFX logic
This commit is contained in:
parent
f0e4f6c9ba
commit
1aa97baff4
19 changed files with 504 additions and 8 deletions
44
Assets/ScriptableObjects/AudioClipsRefsSO.asset
Normal file
44
Assets/ScriptableObjects/AudioClipsRefsSO.asset
Normal file
|
@ -0,0 +1,44 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 6398abfe3947f214aae1dfd889dc05dc, type: 3}
|
||||
m_Name: AudioClipsRefsSO
|
||||
m_EditorClassIdentifier:
|
||||
chop:
|
||||
- {fileID: 8300000, guid: e519f586b4ac0904e877dfab85ed729e, type: 3}
|
||||
- {fileID: 8300000, guid: 9c6157275e190604d8136e7e497e941e, type: 3}
|
||||
- {fileID: 8300000, guid: 99c666127ba3b974c99980d14efcf03c, type: 3}
|
||||
deliveryFail:
|
||||
- {fileID: 8300000, guid: 400611abd7434234993616a86c030d1e, type: 3}
|
||||
- {fileID: 8300000, guid: 6a936576e1e30a640844535c71d5a149, type: 3}
|
||||
deliverySuccess:
|
||||
- {fileID: 8300000, guid: 50205ffe58351d244bbcbd725dbfa802, type: 3}
|
||||
- {fileID: 8300000, guid: 4b22bfbdbacfa0445bc9bbfbb0141085, type: 3}
|
||||
footstep:
|
||||
- {fileID: 8300000, guid: 078e15982fce2e147bf06c8a7682f28b, type: 3}
|
||||
- {fileID: 8300000, guid: b2d2893ac04fbdb44a226f4b6ea0d271, type: 3}
|
||||
- {fileID: 8300000, guid: cc97c340134faa948bcaf20fea6429c6, type: 3}
|
||||
- {fileID: 8300000, guid: 64a04bb4fa4ed5d4eac6b0a31f91843a, type: 3}
|
||||
objectDrop:
|
||||
- {fileID: 8300000, guid: 9c88983fa5906dc41944ec5a43b6b5c7, type: 3}
|
||||
- {fileID: 8300000, guid: 331b82ab2c0e2b74d805124d11372c85, type: 3}
|
||||
- {fileID: 8300000, guid: 961379cce253f794abff0d24df806b68, type: 3}
|
||||
objectPickup:
|
||||
- {fileID: 8300000, guid: 668de61a04ca5914aa745f8712c62720, type: 3}
|
||||
- {fileID: 8300000, guid: 6728bf8b07482414e99ba965fdd022d8, type: 3}
|
||||
- {fileID: 8300000, guid: 32d29abc86751884081d2005f9ff2676, type: 3}
|
||||
stoveSizzle: {fileID: 8300000, guid: 511c1cbfb8b48b64083aec78fe17115f, type: 3}
|
||||
trash:
|
||||
- {fileID: 8300000, guid: 4b70ec0f0afb9ac4ea7dfea07aca4eb4, type: 3}
|
||||
- {fileID: 8300000, guid: 6024ba1d53d005f48a96b3a9f6bacedd, type: 3}
|
||||
warning:
|
||||
- {fileID: 8300000, guid: b90d8099bdbf09a40ab1163556d5b5f4, type: 3}
|
||||
- {fileID: 8300000, guid: b59c98e0066c41f42b8100f5cb180f5b, type: 3}
|
8
Assets/ScriptableObjects/AudioClipsRefsSO.asset.meta
Normal file
8
Assets/ScriptableObjects/AudioClipsRefsSO.asset.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 764f567af285f5e4aafccb58bd96148a
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in a new issue