From 8722a9920c1f6119bf6e769cba270e63097f8e25 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Thu, 23 May 2024 10:08:29 +0800 Subject: + astar project --- .../OldExamples/Example18_RTS/Audio/music.meta | 8 ++++++++ .../music/Abnormal Perfection (Ambient mix).ogg | Bin 0 -> 2022738 bytes .../Abnormal Perfection (Ambient mix).ogg.meta | 22 +++++++++++++++++++++ .../OldExamples/Example18_RTS/Audio/sfx.meta | 8 ++++++++ .../Example18_RTS/Audio/sfx/movement.meta | 8 ++++++++ .../Example18_RTS/Audio/sfx/movement/Motor 19.ogg | Bin 0 -> 189181 bytes .../Audio/sfx/movement/Motor 19.ogg.meta | 22 +++++++++++++++++++++ .../OldExamples/Example18_RTS/Audio/sfx/ui.meta | 8 ++++++++ .../sfx/ui/PremiumBeat_0013_cursor_click_11.wav | Bin 0 -> 288038 bytes .../ui/PremiumBeat_0013_cursor_click_11.wav.meta | 22 +++++++++++++++++++++ .../ui/PremiumBeat_0046_sci_fi_beep_electric.wav | Bin 0 -> 86882 bytes .../PremiumBeat_0046_sci_fi_beep_electric.wav.meta | 22 +++++++++++++++++++++ .../Example18_RTS/Audio/sfx/weapons.meta | 8 ++++++++ .../Audio/sfx/weapons/CK_Blaster_Shot-01.ogg | Bin 0 -> 15844 bytes .../Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg | Bin 0 -> 36198 bytes .../Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg | Bin 0 -> 34916 bytes .../Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg | Bin 0 -> 36884 bytes .../Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg | Bin 0 -> 36001 bytes .../Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg | Bin 0 -> 30871 bytes .../Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg | Bin 0 -> 31326 bytes .../Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg | Bin 0 -> 26672 bytes .../Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_08_Shot-1.ogg | Bin 0 -> 21725 bytes .../Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_08_Shot-2.ogg | Bin 0 -> 17279 bytes .../Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_08_Shot-3.ogg | Bin 0 -> 18016 bytes .../Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_08_Shot-4.ogg | Bin 0 -> 19237 bytes .../Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_08_Shot-5.ogg | Bin 0 -> 19066 bytes .../Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_08_Shot-6.ogg | Bin 0 -> 19876 bytes .../Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_13_Shot-1.ogg | Bin 0 -> 11674 bytes .../Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_13_Shot-2.ogg | Bin 0 -> 11322 bytes .../Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_13_Shot-3.ogg | Bin 0 -> 13048 bytes .../Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta | 22 +++++++++++++++++++++ .../Audio/sfx/weapons/DS_Light_13_Shot-4.ogg | Bin 0 -> 12701 bytes .../Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta | 22 +++++++++++++++++++++ 49 files changed, 524 insertions(+) create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg create mode 100644 Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio') diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music.meta new file mode 100644 index 0000000..c47ed72 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f43cf7b8645244c57a42e7d1447f33d5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg new file mode 100644 index 0000000..785419c Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta new file mode 100644 index 0000000..b81d2bb --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: a8d6e057fd332a5c09c6c1ed4c5dfd84 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta new file mode 100644 index 0000000..db22e15 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cc2a1c88c857048c39af41483cffe086 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta new file mode 100644 index 0000000..6316791 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8edf46d5bcd51449db4f963e4e539534 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg new file mode 100644 index 0000000..914a071 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta new file mode 100644 index 0000000..efd07ab --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: d00a88946596443479c284ca28cc0334 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 0.64 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta new file mode 100644 index 0000000..3524526 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 67f99d1a4ae0e4f548a9fece497f32e4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav new file mode 100644 index 0000000..39a08cf Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta new file mode 100644 index 0000000..08f3b90 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 631d14ace6fe44d2e9642e6d1e844e3e +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 0.42 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav new file mode 100644 index 0000000..0c18121 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta new file mode 100644 index 0000000..2b89f92 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 1d2bf7671984b4133912542be46464af +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta new file mode 100644 index 0000000..af12cca --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 91bf40dd4548f45bc89444f1cef8e04d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg new file mode 100644 index 0000000..c04a5ce Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta new file mode 100644 index 0000000..e98430d --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: b6d3f0aac49764654879e55ed401c6f2 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg new file mode 100644 index 0000000..bcee4e4 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta new file mode 100644 index 0000000..6ec7d60 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 3499b73250e39416384d528a00cdabaf +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg new file mode 100644 index 0000000..32d9c30 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta new file mode 100644 index 0000000..478148a --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: caa1bad5b26374e16ad950b6a3d1f1dc +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg new file mode 100644 index 0000000..8473bf5 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta new file mode 100644 index 0000000..6854172 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: a46cdb78bb95a43e883584dfddb99dbe +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg new file mode 100644 index 0000000..fc098f0 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta new file mode 100644 index 0000000..d76e73d --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: dfd2b9eea85bd45c28b8f42fcf9015e1 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg new file mode 100644 index 0000000..62f772e Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta new file mode 100644 index 0000000..24ff55a --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: f329e9b1721c84881bbf7201c9cf50df +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg new file mode 100644 index 0000000..4f93a91 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta new file mode 100644 index 0000000..9d39f7c --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 12ff1683c68e14be098261f15135b8f7 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg new file mode 100644 index 0000000..89f8acd Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta new file mode 100644 index 0000000..8dff339 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: a733e04d67ce3499aa5ebf9cf86db5e9 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg new file mode 100644 index 0000000..f730821 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta new file mode 100644 index 0000000..71e8b3d --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 13f79494ea7a6455ea486bb1e5488398 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg new file mode 100644 index 0000000..ad2a8e6 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta new file mode 100644 index 0000000..fc586d8 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: bd5c0b42a65644604a795f548fa527ac +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg new file mode 100644 index 0000000..0b1237c Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta new file mode 100644 index 0000000..8c8ae3e --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 048669defbe104854a51f043d4dbb548 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg new file mode 100644 index 0000000..3edec18 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta new file mode 100644 index 0000000..a71ca4e --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: bcb891387ed904ad2890076972ded27d +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg new file mode 100644 index 0000000..30386fd Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta new file mode 100644 index 0000000..6f3ecbc --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 1cb655483e120469595288ac236be536 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg new file mode 100644 index 0000000..6fdcdd4 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta new file mode 100644 index 0000000..c7a0d49 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: ee79bc1a25eda461e84e5c07c45f9879 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg new file mode 100644 index 0000000..36788d7 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta new file mode 100644 index 0000000..1330aa2 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: bc6a2e8b444154b179cd1bbd397de6b0 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 0.65 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg new file mode 100644 index 0000000..3537d41 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta new file mode 100644 index 0000000..86ac2c9 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 301f3bb39571e4c7dbb509e983756ae3 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 0.65 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg new file mode 100644 index 0000000..ee37d0e Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta new file mode 100644 index 0000000..baa52fa --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: ddeae84bc3650493b8f313502c9e475d +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 0.65 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg new file mode 100644 index 0000000..3981833 Binary files /dev/null and b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg differ diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta new file mode 100644 index 0000000..270c201 --- /dev/null +++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/ExampleScenes/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: f397e705778544f01afc8ce3216f6df8 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 0.65 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: -- cgit v1.1-26-g67d0