Every card was KUNG FU FIGHTING

This commit is contained in:
journaliciouz
2025-11-19 22:56:24 +01:00
parent b75dd15614
commit 21308c339d
24 changed files with 1855 additions and 83 deletions

View File

@@ -15,6 +15,11 @@ MonoBehaviour:
m_GroupName: UIAudio m_GroupName: UIAudio
m_GUID: 21420e71d44619f468badaed8efc42a7 m_GUID: 21420e71d44619f468badaed8efc42a7
m_SerializeEntries: m_SerializeEntries:
- m_GUID: 00038c8c9c35dcd4dbe63e1e353c61e4
m_Address: card_reveal_swoosh
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 0d5338fdaf29bf74a80b0f69f54b1c6e - m_GUID: 0d5338fdaf29bf74a80b0f69f54b1c6e
m_Address: paper_putdown3 m_Address: paper_putdown3
m_ReadOnly: 0 m_ReadOnly: 0
@@ -25,11 +30,21 @@ MonoBehaviour:
m_ReadOnly: 0 m_ReadOnly: 0
m_SerializedLabels: [] m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0 FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 1541e33abea181a4fbefd064f352e4db
m_Address: random_paper_putdown
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 1eb5a5804b5d4f846bc2b769ab27eb8a - m_GUID: 1eb5a5804b5d4f846bc2b769ab27eb8a
m_Address: ui_whoosh4 m_Address: ui_whoosh4
m_ReadOnly: 0 m_ReadOnly: 0
m_SerializedLabels: [] m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0 FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 206f37f82c24f2a46aaba7c9c4eb057a
m_Address: card_levelup
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 2d74f059d97ec1b4f9348ce83704d538 - m_GUID: 2d74f059d97ec1b4f9348ce83704d538
m_Address: paper_putdown4 m_Address: paper_putdown4
m_ReadOnly: 0 m_ReadOnly: 0
@@ -50,6 +65,11 @@ MonoBehaviour:
m_ReadOnly: 0 m_ReadOnly: 0
m_SerializedLabels: [] m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0 FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 463898802328c7b49a90c64efc015aa9
m_Address: random_paper_pickup
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 4f3f389d8bcda7c4c891c4db8dab4eac - m_GUID: 4f3f389d8bcda7c4c891c4db8dab4eac
m_Address: paper_putdown2 m_Address: paper_putdown2
m_ReadOnly: 0 m_ReadOnly: 0
@@ -100,6 +120,11 @@ MonoBehaviour:
m_ReadOnly: 0 m_ReadOnly: 0
m_SerializedLabels: [] m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0 FlaggedDuringContentUpdateRestriction: 0
- m_GUID: d93fc78c7dc83184c9c7d2add4a7054c
m_Address: random_swoosh
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: f38900782fc53364d895ebe01d2f0cf5 - m_GUID: f38900782fc53364d895ebe01d2f0cf5
m_Address: paper_pickup4 m_Address: paper_pickup4
m_ReadOnly: 0 m_ReadOnly: 0

View File

@@ -16,7 +16,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 0
--- !u!224 &2156876120095608622 --- !u!224 &2156876120095608622
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -201,7 +201,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 0 m_IsActive: 1
--- !u!224 &7727579135219088442 --- !u!224 &7727579135219088442
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -325,7 +325,7 @@ MonoBehaviour:
m_faceColor: m_faceColor:
serializedVersion: 2 serializedVersion: 2
rgba: 4294967295 rgba: 4294967295
m_fontSize: 40.6 m_fontSize: 18
m_fontSizeBase: 75 m_fontSizeBase: 75
m_fontWeight: 400 m_fontWeight: 400
m_enableAutoSizing: 1 m_enableAutoSizing: 1
@@ -749,7 +749,7 @@ MonoBehaviour:
m_faceColor: m_faceColor:
serializedVersion: 2 serializedVersion: 2
rgba: 4294967295 rgba: 4294967295
m_fontSize: 32.3 m_fontSize: 18
m_fontSizeBase: 75 m_fontSizeBase: 75
m_fontWeight: 400 m_fontWeight: 400
m_enableAutoSizing: 1 m_enableAutoSizing: 1

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -83,7 +83,15 @@ namespace UI.CardSystem.DragDrop
_lastClickTime = Time.time; _lastClickTime = Time.time;
} }
} }
protected override void OnDragStartedHook()
{
base.OnDragStartedHook();
// Play pickup audio
AudioManager.Instance.LoadAndPlayUIAudio($"random_paper_pickup", false);
AudioManager.Instance.LoadAndPlayUIAudio($"shimmering_loop", true);
}
protected override void OnDragEndedHook() protected override void OnDragEndedHook()
{ {
base.OnDragEndedHook(); base.OnDragEndedHook();
@@ -127,6 +135,10 @@ namespace UI.CardSystem.DragDrop
Logging.Debug($"[BoosterPackDraggable] No valid slot found, snapping back to current slot"); Logging.Debug($"[BoosterPackDraggable] No valid slot found, snapping back to current slot");
AssignToSlot(CurrentSlot, true); AssignToSlot(CurrentSlot, true);
} }
// Play random put down paper audio
AudioManager.Instance.LoadAndPlayUIAudio($"random_paper_putdown", false);
// Stop the shimmer loop
AudioManager.Instance.uiMusicSource.Stop();
} }
/// <summary> /// <summary>

View File

@@ -134,7 +134,9 @@ namespace UI.CardSystem.StateMachine
public void PlayFlip(Transform cardBack, Transform cardFront, float? duration = null, Action onComplete = null) public void PlayFlip(Transform cardBack, Transform cardFront, float? duration = null, Action onComplete = null)
{ {
float flipDuration = duration ?? _settings.FlipDuration; float flipDuration = duration ?? _settings.FlipDuration;
// Play feedback sound
AudioManager.Instance.LoadAndPlayUIAudio("card_reveal_swoosh", false);
// Phase 1: Rotate both to 90 degrees (edge view) // Phase 1: Rotate both to 90 degrees (edge view)
if (cardBack != null) if (cardBack != null)
{ {

View File

@@ -25,6 +25,10 @@ namespace UI.CardSystem.StateMachine.States
public override void OnEnterState() public override void OnEnterState()
{ {
// Play feedback sound
AudioManager.Instance.LoadAndPlayUIAudio("card_reveal_swoosh", false);
// Ensure card front is visible and facing camera // Ensure card front is visible and facing camera
if (_context.CardDisplay != null) if (_context.CardDisplay != null)
{ {

View File

@@ -28,6 +28,10 @@ namespace UI.CardSystem.StateMachine.States
public override void OnEnterState() public override void OnEnterState()
{ {
// Play feedback sound
AudioManager.Instance.LoadAndPlayUIAudio("card_levelup", false);
// Ensure card front is visible and facing camera // Ensure card front is visible and facing camera
if (_context.CardDisplay != null) if (_context.CardDisplay != null)
{ {

View File

@@ -26,6 +26,9 @@ namespace UI.CardSystem.StateMachine.States
public override void OnEnterState() public override void OnEnterState()
{ {
// Play reveal audio
AudioManager.Instance.LoadAndPlayUIAudio("random_paper_putdown", false);
// Ensure card front is visible and facing camera // Ensure card front is visible and facing camera
if (_context.CardDisplay != null) if (_context.CardDisplay != null)
{ {

View File

@@ -403,6 +403,7 @@ namespace UI.CardSystem
ShuffleBoostersToFront(); ShuffleBoostersToFront();
Logging.Debug($"[BoosterOpeningPage] Booster placed in center, ready for taps. Active boosters in slots: {_activeBoostersInSlots.Count}"); Logging.Debug($"[BoosterOpeningPage] Booster placed in center, ready for taps. Active boosters in slots: {_activeBoostersInSlots.Count}");
} }
/// <summary> /// <summary>
@@ -446,11 +447,13 @@ namespace UI.CardSystem
} }
// Cycle through audio clips depending on how much the booster was tapped // Cycle through audio clips depending on how much the booster was tapped
if (currentTaps <= maxTaps) if (currentTaps <= maxTaps-1)
{ {
AudioManager.Instance.LoadAndPlayUIAudio($"buildup_loop{currentTaps}",true); AudioManager.Instance.LoadAndPlayUIAudio($"buildup_loop{currentTaps}",true);
} }
// Play a random swoosh clip
AudioManager.Instance.LoadAndPlayUIAudio($"random_swoosh", false);
} }
/// <summary> /// <summary>
@@ -478,6 +481,8 @@ namespace UI.CardSystem
// Play fanfare audio clio // Play fanfare audio clio
AudioManager.Instance.LoadAndPlayUIAudio("Fanfare",false); AudioManager.Instance.LoadAndPlayUIAudio("Fanfare",false);
// Play shimmering background music
AudioManager.Instance.LoadAndPlayUIAudio($"shimmering_loop", true);
} }
/// <summary> /// <summary>
@@ -621,9 +626,10 @@ namespace UI.CardSystem
if (_activeCard == null && card.IsIdle && card.Context.IsClickable) if (_activeCard == null && card.IsIdle && card.Context.IsClickable)
{ {
Logging.Debug($"[BoosterOpeningPage] Card {card.CardData?.Name} selected for reveal"); Logging.Debug($"[BoosterOpeningPage] Card {card.CardData?.Name} selected for reveal");
// Set as active and disable all other idle cards // Set as active and disable all other idle cards
_activeCard = card; _activeCard = card;
foreach (var otherCard in _currentCards) foreach (var otherCard in _currentCards)
{ {
if (otherCard != card && otherCard.IsIdle) if (otherCard != card && otherCard.IsIdle)
@@ -631,6 +637,8 @@ namespace UI.CardSystem
otherCard.Context.IsClickable = false; otherCard.Context.IsClickable = false;
} }
} }
// Click will route to IdleState automatically and trigger flip // Click will route to IdleState automatically and trigger flip
} }
@@ -693,6 +701,7 @@ namespace UI.CardSystem
// Unlock center slot // Unlock center slot
centerOpeningSlot.SetLocked(false); centerOpeningSlot.SetLocked(false);
} }
/// <summary> /// <summary>
@@ -738,7 +747,10 @@ namespace UI.CardSystem
float totalAnimationTime = _currentCardData.Length * 0.5f; float totalAnimationTime = _currentCardData.Length * 0.5f;
_currentRevealedCards.Clear(); _currentRevealedCards.Clear();
_currentCards.Clear(); _currentCards.Clear();
// Stop the shimmering audio
AudioManager.Instance.uiMusicSource.Stop();
yield return new WaitForSeconds(totalAnimationTime); yield return new WaitForSeconds(totalAnimationTime);
} }
@@ -767,6 +779,11 @@ namespace UI.CardSystem
_currentBoosterInCenter = null; _currentBoosterInCenter = null;
_isProcessingOpening = false; _isProcessingOpening = false;
// Stop all UI audio
AudioManager.Instance.uiAudioSource.Stop();
AudioManager.Instance.uiMusicSource.Stop();
} }
/// <summary> /// <summary>

View File

@@ -0,0 +1,38 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1307931743 &6418180475301049370
AudioRandomContainer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: card_levelup
m_Volume: 0
m_Pitch: 0
m_AutomaticTriggerTime: 0
m_LoopCount: 1
m_VolumeRandomizationRange: {x: 0, y: 0}
m_PitchRandomizationRange: {x: -285.93643, y: 261.8562}
m_AutomaticTriggerTimeRandomizationRange: {x: 0, y: 0}
m_LoopCountRandomizationRange: {x: 0, y: 0}
m_Elements:
- {fileID: 8886531884490723528}
m_AvoidRepeatingLast: 0
m_PlaybackMode: 2
m_TriggerMode: 0
m_AutomaticTriggerMode: 1
m_LoopMode: 2
m_VolumeRandomizationEnabled: 0
m_PitchRandomizationEnabled: 1
m_AutomaticTriggerTimeRandomizationEnabled: 0
m_LoopCountRandomizationEnabled: 0
--- !u!1233149941 &8886531884490723528
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: cute-level-up-2-189851_{8886531884490723528}
m_AudioClip: {fileID: 8300000, guid: f96222f8c1196234285a7e64696fce63, type: 3}
m_Volume: 0
m_Enabled: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 206f37f82c24f2a46aaba7c9c4eb057a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 6418180475301049370
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,38 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1307931743 &6418180475301049370
AudioRandomContainer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: card_reveal_swoosh
m_Volume: 0
m_Pitch: 0
m_AutomaticTriggerTime: 0
m_LoopCount: 1
m_VolumeRandomizationRange: {x: 0, y: 0}
m_PitchRandomizationRange: {x: -285.93643, y: 261.8562}
m_AutomaticTriggerTimeRandomizationRange: {x: 0, y: 0}
m_LoopCountRandomizationRange: {x: 0, y: 0}
m_Elements:
- {fileID: 8886531884490723528}
m_AvoidRepeatingLast: 0
m_PlaybackMode: 2
m_TriggerMode: 0
m_AutomaticTriggerMode: 1
m_LoopMode: 2
m_VolumeRandomizationEnabled: 0
m_PitchRandomizationEnabled: 1
m_AutomaticTriggerTimeRandomizationEnabled: 0
m_LoopCountRandomizationEnabled: 0
--- !u!1233149941 &8886531884490723528
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: movement-swipe-whoosh-3-186577_{8886531884490723528}
m_AudioClip: {fileID: 8300000, guid: 0790a1f359df1dd4797b5dc7322b2aa8, type: 3}
m_Volume: 0
m_Enabled: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 00038c8c9c35dcd4dbe63e1e353c61e4
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 6418180475301049370
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,23 @@
fileFormatVersion: 2
guid: f96222f8c1196234285a7e64696fce63
AudioImporter:
externalObjects: {}
serializedVersion: 8
defaultSettings:
serializedVersion: 2
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
preloadAudioData: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,23 @@
fileFormatVersion: 2
guid: 0790a1f359df1dd4797b5dc7322b2aa8
AudioImporter:
externalObjects: {}
serializedVersion: 8
defaultSettings:
serializedVersion: 2
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
preloadAudioData: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,71 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1233149941 &-6019832339462335666
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_pickup2_{-6019832339462335666}
m_AudioClip: {fileID: 8300000, guid: 409c38ab3d67b78448855953f4bfab6c, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1233149941 &-5998661643734202205
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_pickup3_{-5998661643734202205}
m_AudioClip: {fileID: 8300000, guid: 53611b3b39d2a2a4fb0bb245615816f8, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1233149941 &-4390734141343166343
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_pickup1_{-4390734141343166343}
m_AudioClip: {fileID: 8300000, guid: 43b14da66a9b94746a20e1ff09876cdc, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1233149941 &3086904615112407488
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_pickup4_{3086904615112407488}
m_AudioClip: {fileID: 8300000, guid: f38900782fc53364d895ebe01d2f0cf5, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1307931743 &6418180475301049370
AudioRandomContainer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: random_paper_pickup
m_Volume: 0
m_Pitch: 0
m_AutomaticTriggerTime: 0
m_LoopCount: 1
m_VolumeRandomizationRange: {x: 0, y: 0}
m_PitchRandomizationRange: {x: 0, y: 0}
m_AutomaticTriggerTimeRandomizationRange: {x: 0, y: 0}
m_LoopCountRandomizationRange: {x: 0, y: 0}
m_Elements:
- {fileID: -4390734141343166343}
- {fileID: -6019832339462335666}
- {fileID: -5998661643734202205}
- {fileID: 3086904615112407488}
m_AvoidRepeatingLast: 1
m_PlaybackMode: 2
m_TriggerMode: 0
m_AutomaticTriggerMode: 1
m_LoopMode: 2
m_VolumeRandomizationEnabled: 0
m_PitchRandomizationEnabled: 0
m_AutomaticTriggerTimeRandomizationEnabled: 0
m_LoopCountRandomizationEnabled: 0

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 463898802328c7b49a90c64efc015aa9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 6418180475301049370
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,71 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1233149941 &-4276367460873101325
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_putdown4_{-4276367460873101325}
m_AudioClip: {fileID: 8300000, guid: 2d74f059d97ec1b4f9348ce83704d538, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1233149941 &-1148311119165653426
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_putdown1_{-1148311119165653426}
m_AudioClip: {fileID: 8300000, guid: b9e8fd89f43865b4e961cc294c81b303, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1233149941 &1008737178201461914
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_putdown3_{1008737178201461914}
m_AudioClip: {fileID: 8300000, guid: 0d5338fdaf29bf74a80b0f69f54b1c6e, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1307931743 &6418180475301049370
AudioRandomContainer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: random_paper_putdown
m_Volume: 0
m_Pitch: 0
m_AutomaticTriggerTime: 0
m_LoopCount: 1
m_VolumeRandomizationRange: {x: 0, y: 0}
m_PitchRandomizationRange: {x: 0, y: 0}
m_AutomaticTriggerTimeRandomizationRange: {x: 0, y: 0}
m_LoopCountRandomizationRange: {x: 0, y: 0}
m_Elements:
- {fileID: -1148311119165653426}
- {fileID: 8553091418459712446}
- {fileID: 1008737178201461914}
- {fileID: -4276367460873101325}
m_AvoidRepeatingLast: 1
m_PlaybackMode: 2
m_TriggerMode: 0
m_AutomaticTriggerMode: 1
m_LoopMode: 2
m_VolumeRandomizationEnabled: 0
m_PitchRandomizationEnabled: 0
m_AutomaticTriggerTimeRandomizationEnabled: 0
m_LoopCountRandomizationEnabled: 0
--- !u!1233149941 &8553091418459712446
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: paper_putdown2_{8553091418459712446}
m_AudioClip: {fileID: 8300000, guid: 4f3f389d8bcda7c4c891c4db8dab4eac, type: 3}
m_Volume: 0
m_Enabled: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1541e33abea181a4fbefd064f352e4db
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 6418180475301049370
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,71 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1233149941 &-8855077075752650452
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ui_whoosh4_{-8855077075752650452}
m_AudioClip: {fileID: 8300000, guid: 1eb5a5804b5d4f846bc2b769ab27eb8a, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1233149941 &-375497579673240174
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ui_whoosh3_{-375497579673240174}
m_AudioClip: {fileID: 8300000, guid: 583ef7b7775e26643b26e91ac220635e, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1233149941 &1341389424279062423
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ui_whoosh2_{1341389424279062423}
m_AudioClip: {fileID: 8300000, guid: ff3374b8dfc65844a8cac944cb03bfc5, type: 3}
m_Volume: 0
m_Enabled: 1
--- !u!1307931743 &6418180475301049370
AudioRandomContainer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: random_swoosh
m_Volume: 0
m_Pitch: 0
m_AutomaticTriggerTime: 0
m_LoopCount: 1
m_VolumeRandomizationRange: {x: 0, y: 0}
m_PitchRandomizationRange: {x: 0, y: 0}
m_AutomaticTriggerTimeRandomizationRange: {x: 0, y: 0}
m_LoopCountRandomizationRange: {x: 0, y: 0}
m_Elements:
- {fileID: 8886531884490723528}
- {fileID: 1341389424279062423}
- {fileID: -375497579673240174}
- {fileID: -8855077075752650452}
m_AvoidRepeatingLast: 1
m_PlaybackMode: 2
m_TriggerMode: 0
m_AutomaticTriggerMode: 1
m_LoopMode: 2
m_VolumeRandomizationEnabled: 0
m_PitchRandomizationEnabled: 0
m_AutomaticTriggerTimeRandomizationEnabled: 0
m_LoopCountRandomizationEnabled: 0
--- !u!1233149941 &8886531884490723528
AudioContainerElement:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ui_whoosh1_{8886531884490723528}
m_AudioClip: {fileID: 8300000, guid: 80640b13c0da77f4fa4404dd73f12405, type: 3}
m_Volume: 0
m_Enabled: 1

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d93fc78c7dc83184c9c7d2add4a7054c
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 6418180475301049370
userData:
assetBundleName:
assetBundleVariant: