diff --git a/Assets/Resources/Games/meatGrinder.prefab.meta b/Assets/Resources/Games/meatGrinder.prefab.meta index eb8ac09f4..8df27cd01 100644 --- a/Assets/Resources/Games/meatGrinder.prefab.meta +++ b/Assets/Resources/Games/meatGrinder.prefab.meta @@ -3,5 +3,5 @@ guid: 2f4198b1b1eefed43a2105c369185a91 PrefabImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/meatGrinder/meathit.ogg.meta b/Assets/Resources/Sfx/games/meatGrinder/meathit.ogg.meta index a0bdffd3a..bc17ffe9e 100644 --- a/Assets/Resources/Sfx/games/meatGrinder/meathit.ogg.meta +++ b/Assets/Resources/Sfx/games/meatGrinder/meathit.ogg.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/meatGrinder/miss.ogg.meta b/Assets/Resources/Sfx/games/meatGrinder/miss.ogg.meta index c4a02782e..cafb6d8a4 100644 --- a/Assets/Resources/Sfx/games/meatGrinder/miss.ogg.meta +++ b/Assets/Resources/Sfx/games/meatGrinder/miss.ogg.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/meatGrinder/signal.ogg.meta b/Assets/Resources/Sfx/games/meatGrinder/signal.ogg.meta index f896def0d..cd4dffc5c 100644 --- a/Assets/Resources/Sfx/games/meatGrinder/signal.ogg.meta +++ b/Assets/Resources/Sfx/games/meatGrinder/signal.ogg.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/meatGrinder/startSignal.ogg.meta b/Assets/Resources/Sfx/games/meatGrinder/startSignal.ogg.meta index e71afd137..b88451550 100644 --- a/Assets/Resources/Sfx/games/meatGrinder/startSignal.ogg.meta +++ b/Assets/Resources/Sfx/games/meatGrinder/startSignal.ogg.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/meatGrinder/tink.ogg.meta b/Assets/Resources/Sfx/games/meatGrinder/tink.ogg.meta index 827c1caa5..903ed53fe 100644 --- a/Assets/Resources/Sfx/games/meatGrinder/tink.ogg.meta +++ b/Assets/Resources/Sfx/games/meatGrinder/tink.ogg.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/meatGrinder/toss.ogg.meta b/Assets/Resources/Sfx/games/meatGrinder/toss.ogg.meta index d774bcea0..33542b4a8 100644 --- a/Assets/Resources/Sfx/games/meatGrinder/toss.ogg.meta +++ b/Assets/Resources/Sfx/games/meatGrinder/toss.ogg.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/meatGrinder/whiff.ogg.meta b/Assets/Resources/Sfx/games/meatGrinder/whiff.ogg.meta index a0af2b7a5..5c88ad934 100644 --- a/Assets/Resources/Sfx/games/meatGrinder/whiff.ogg.meta +++ b/Assets/Resources/Sfx/games/meatGrinder/whiff.ogg.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/MeatGrinder/Animations.meta b/Assets/Resources/Sprites/Games/MeatGrinder/Animations.meta index c15d36e29..203665098 100644 --- a/Assets/Resources/Sprites/Games/MeatGrinder/Animations.meta +++ b/Assets/Resources/Sprites/Games/MeatGrinder/Animations.meta @@ -4,5 +4,5 @@ folderAsset: yes DefaultImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/MeatGrinder/MeatGrinder.png.meta b/Assets/Resources/Sprites/Games/MeatGrinder/MeatGrinder.png.meta index 3baebd701..023e47c06 100644 --- a/Assets/Resources/Sprites/Games/MeatGrinder/MeatGrinder.png.meta +++ b/Assets/Resources/Sprites/Games/MeatGrinder/MeatGrinder.png.meta @@ -841,5 +841,5 @@ TextureImporter: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: - assetBundleName: + assetBundleName: pcomeat/common assetBundleVariant: diff --git a/Assets/Scripts/Games/MeatGrinder/MeatGrinder.cs b/Assets/Scripts/Games/MeatGrinder/MeatGrinder.cs index 88e445a6d..7c57ee4af 100644 --- a/Assets/Scripts/Games/MeatGrinder/MeatGrinder.cs +++ b/Assets/Scripts/Games/MeatGrinder/MeatGrinder.cs @@ -60,7 +60,11 @@ namespace HeavenStudio.Games.Loaders resizable = true, priority = 4, }, - }); + }, + new List() {"pco", "normal"}, + "pcomeat", "en", + new List() {} + ); } } } diff --git a/Assets/StreamingAssets/StreamingAssets b/Assets/StreamingAssets/StreamingAssets index cc13fbc8b..4abf6f7ad 100644 Binary files a/Assets/StreamingAssets/StreamingAssets and b/Assets/StreamingAssets/StreamingAssets differ diff --git a/Assets/StreamingAssets/StreamingAssets.manifest b/Assets/StreamingAssets/StreamingAssets.manifest index 7a3f282cc..877047d09 100644 --- a/Assets/StreamingAssets/StreamingAssets.manifest +++ b/Assets/StreamingAssets/StreamingAssets.manifest @@ -1,5 +1,5 @@ ManifestFileVersion: 0 -CRC: 1064319978 +CRC: 85108958 AssetBundleManifest: AssetBundleInfos: Info_0: @@ -124,3 +124,6 @@ AssetBundleManifest: Info_39: Name: ntrbackbeat/common Dependencies: {} + Info_40: + Name: pcomeat/common + Dependencies: {} diff --git a/Assets/StreamingAssets/pcomeat.meta b/Assets/StreamingAssets/pcomeat.meta new file mode 100644 index 000000000..4bcfb4b16 --- /dev/null +++ b/Assets/StreamingAssets/pcomeat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72b8630684dfae9478e681713a5925c1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/pcomeat/common b/Assets/StreamingAssets/pcomeat/common new file mode 100644 index 000000000..1c64349e3 Binary files /dev/null and b/Assets/StreamingAssets/pcomeat/common differ diff --git a/Assets/StreamingAssets/pcomeat/common.manifest b/Assets/StreamingAssets/pcomeat/common.manifest new file mode 100644 index 000000000..b46f93249 --- /dev/null +++ b/Assets/StreamingAssets/pcomeat/common.manifest @@ -0,0 +1,81 @@ +ManifestFileVersion: 0 +CRC: 2905298920 +Hashes: + AssetFileHash: + serializedVersion: 2 + Hash: f7c543c9fc767093dfe99801ebbccf14 + TypeTreeHash: + serializedVersion: 2 + Hash: cd628a1240620f8ca20e69339d598e10 +HashAppended: 0 +ClassTypes: +- Class: 1 + Script: {instanceID: 0} +- Class: 4 + Script: {instanceID: 0} +- Class: 21 + Script: {instanceID: 0} +- Class: 28 + Script: {instanceID: 0} +- Class: 48 + Script: {instanceID: 0} +- Class: 74 + Script: {instanceID: 0} +- Class: 83 + Script: {instanceID: 0} +- Class: 91 + Script: {instanceID: 0} +- Class: 95 + Script: {instanceID: 0} +- Class: 114 + Script: {fileID: 11500000, guid: f5e4b8f117d68e142ae364804ec945d3, type: 3} +- Class: 114 + Script: {fileID: 11500000, guid: 31c080f1348660145a632613f1b91733, type: 3} +- Class: 115 + Script: {instanceID: 0} +- Class: 212 + Script: {instanceID: 0} +- Class: 213 + Script: {instanceID: 0} +SerializeReferenceClassIdentifiers: [] +Assets: +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossMiss.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/DarkMeatHit.anim +- Assets/Resources/Sfx/games/meatGrinder/meathit.ogg +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackHitSuccess.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/Tack.controller +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackMissDarkIdle.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackMissDark.anim +- Assets/Resources/Games/meatGrinder.prefab +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossSignal.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackMissLight.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/MeatHitIdle.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/DarkMeat_Thrown.controller +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/DarkMeatThrown.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackIdle.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/LightMeatThrown.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackMissLightIdle.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossCall.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/LightMeatHitIdle.anim +- Assets/Resources/Sfx/games/meatGrinder/toss.ogg +- Assets/Resources/Sfx/games/meatGrinder/whiff.ogg +- Assets/Resources/Sfx/games/meatGrinder/miss.ogg +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/DarkMeat_Ball.controller +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossIdle.anim +- Assets/Resources/Sfx/games/meatGrinder/signal.ogg +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/LightMeatHit.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/DarkMeatHitIdle.anim +- Assets/Resources/Sfx/games/meatGrinder/tink.ogg +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/LightMeat_Ball.controller +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossCallIdle.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/LightMeat_Thrown.controller +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackEmptyHit.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackHitBarely.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossBop.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Meat/MeatIdle.anim +- Assets/Resources/Sfx/games/meatGrinder/startSignal.ogg +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossAnim.controller +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Tack/TackHitBarelyIdle.anim +- Assets/Resources/Sprites/Games/MeatGrinder/Animations/Boss/BossIdleMiss.anim +- Assets/Resources/Sprites/Games/MeatGrinder/MeatGrinder.png +Dependencies: [] diff --git a/Assets/StreamingAssets/pcomeat/common.manifest.meta b/Assets/StreamingAssets/pcomeat/common.manifest.meta new file mode 100644 index 000000000..6c53e6a12 --- /dev/null +++ b/Assets/StreamingAssets/pcomeat/common.manifest.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: de5b78c489733b24d8dcf5e4fd63240a +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/pcomeat/common.meta b/Assets/StreamingAssets/pcomeat/common.meta new file mode 100644 index 000000000..81408f7b0 --- /dev/null +++ b/Assets/StreamingAssets/pcomeat/common.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: db17744f9c9676e45966e85f3b8a6994 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: