diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index 3637ff8f..e068aae8 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -111,17 +111,13 @@ namespace HeavenStudio { try { - if (type == typeof(Util.EasingFunction.Ease) && (pType == typeof(string) || pType == typeof(int) || pType == typeof(long))) + if (type.IsEnum) { - if (pType == typeof(int) || pType == typeof(long) || pType == typeof(Jukebox.EasingFunction.Ease)) - { - e[propertyName] = (Util.EasingFunction.Ease)e[propertyName]; - } + if (pType == typeof(string)) + e.dynamicData[propertyName] = (int)Enum.Parse(type, (string)e[propertyName]); else - e[propertyName] = Enum.Parse(typeof(Util.EasingFunction.Ease), (string)e[propertyName]); + e.dynamicData[propertyName] = (int)e[propertyName]; } - else if (type.IsEnum) - e[propertyName] = (int)e[propertyName]; else if (pType == typeof(Newtonsoft.Json.Linq.JObject)) e[propertyName] = e[propertyName].ToObject(type); else @@ -196,7 +192,7 @@ namespace HeavenStudio e.dynamicData.Add(param.propertyName, ((EntityTypes.Integer)param.parameter).val); else if (type == typeof(EntityTypes.Float)) e.dynamicData.Add(param.propertyName, ((EntityTypes.Float)param.parameter).val); - else if (type.IsEnum && param.propertyName != "ease") + else if (type.IsEnum) e.dynamicData.Add(param.propertyName, (int)param.parameter); else e.dynamicData.Add(param.propertyName, Convert.ChangeType(param.parameter, type)); @@ -211,17 +207,13 @@ namespace HeavenStudio e.dynamicData[param.propertyName] = (int)e[param.propertyName]; else if (type == typeof(EntityTypes.Float)) e.dynamicData[param.propertyName] = (float)e[param.propertyName]; - else if (type == typeof(Util.EasingFunction.Ease) && (pType == typeof(string) || pType == typeof(int) || pType == typeof(long))) - { - if (pType == typeof(int) || pType == typeof(long) || pType == typeof(Jukebox.EasingFunction.Ease)) - { - e.dynamicData[param.propertyName] = (Util.EasingFunction.Ease)e[param.propertyName]; - } - else - e.dynamicData[param.propertyName] = Enum.Parse(typeof(Util.EasingFunction.Ease), (string)e[param.propertyName]); - } else if (type.IsEnum) - e.dynamicData[param.propertyName] = (int)e[param.propertyName]; + { + if (pType == typeof(string)) + e.dynamicData[param.propertyName] = (int)Enum.Parse(type, (string)e[param.propertyName]); + else + e.dynamicData[param.propertyName] = (int)e[param.propertyName]; + } else if (pType == typeof(Newtonsoft.Json.Linq.JObject)) e.dynamicData[param.propertyName] = e[param.propertyName].ToObject(type); else diff --git a/Assets/StreamingAssets/StreamingAssets b/Assets/StreamingAssets/StreamingAssets index 47a766be..8da8f852 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 e13bb652..fc1b0944 100644 --- a/Assets/StreamingAssets/StreamingAssets.manifest +++ b/Assets/StreamingAssets/StreamingAssets.manifest @@ -1,219 +1,219 @@ ManifestFileVersion: 0 -CRC: 2726306962 +CRC: 759703038 AssetBundleManifest: AssetBundleInfos: Info_0: - Name: ctrpillow/common - Dependencies: {} - Info_1: Name: karate/common Dependencies: {} + Info_1: + Name: ntridol/common + Dependencies: {} Info_2: - Name: agbmarcher/common + Name: ctrpillow/common Dependencies: {} Info_3: + Name: rvlbooks/locale.en + Dependencies: {} + Info_4: + Name: ntridol/locale.jp + Dependencies: {} + Info_5: + Name: agbmarcher/locale.jp + Dependencies: {} + Info_6: Name: ntrdj/common Dependencies: Dependency_0: rvldate/common - Info_4: - Name: ctrpillow/locale.en - Dependencies: {} - Info_5: + Info_7: Name: ntrsamurai/common Dependencies: {} - Info_6: - Name: ntridol/common - Dependencies: {} - Info_7: - Name: rvlbooks/locale.en - Dependencies: {} Info_8: - Name: ntridol/locale.jp + Name: ntrcoin/common Dependencies: {} Info_9: Name: rvlbooks/common Dependencies: {} Info_10: - Name: ctrcatchy/common + Name: agbmarcher/common Dependencies: {} Info_11: - Name: agbmarcher/locale.en + Name: ctrcatchy/common Dependencies: {} Info_12: - Name: karate/locale.en + Name: agbmarcher/locale.en Dependencies: {} Info_13: - Name: agbmarcher/locale.jp + Name: ctrpillow/locale.ko Dependencies: {} Info_14: - Name: ctrpillow/locale.ko + Name: karate/locale.en Dependencies: {} Info_15: Name: ctrpillow/locale.jp Dependencies: {} Info_16: - Name: ntrcoin/common + Name: ctrpillow/locale.en Dependencies: {} Info_17: Name: ntrsamurai/locale.en Dependencies: {} Info_18: - Name: ntrsoccer/common - Dependencies: {} + Name: rvldate/common + Dependencies: + Dependency_0: ntrdj/common Info_19: - Name: rvlfork/common - Dependencies: {} + Name: agbtap/common + Dependencies: + Dependency_0: ntridol/common Info_20: - Name: rvlseal/locale.en + Name: ctrinterpreter/common Dependencies: {} Info_21: - Name: agbspacedance/locale.jp + Name: rvlbadminton/locale.en Dependencies: {} Info_22: - Name: rvlseal/common - Dependencies: {} - Info_23: - Name: agbclap/common - Dependencies: {} - Info_24: - Name: ntrshugyo/locale.en - Dependencies: {} - Info_25: - Name: ntrninja/common - Dependencies: {} - Info_26: - Name: agbbatter/common + Name: agbquiz/common Dependencies: Dependency_0: karate/common + Info_23: + Name: ntrtunnel/common + Dependencies: {} + Info_24: + Name: rvlinterview/common + Dependencies: {} + Info_25: + Name: ntrshugyo/locale.en + Dependencies: {} + Info_26: + Name: ntrninja/common + Dependencies: {} Info_27: Name: pcomeat/common Dependencies: {} Info_28: - Name: rvldough/common + Name: ntrsoccer/common Dependencies: {} Info_29: - Name: rvlrocket/common - Dependencies: {} - Info_30: - Name: ctrinterpreter/common - Dependencies: {} - Info_31: - Name: rvlseesaw/locale.en - Dependencies: {} - Info_32: - Name: rvlseesaw/common - Dependencies: {} - Info_33: - Name: agbwizard/common - Dependencies: {} - Info_34: - Name: rvldrum/common - Dependencies: {} - Info_35: - Name: agbtoss/common - Dependencies: {} - Info_36: - Name: rvlinterview/common - Dependencies: {} - Info_37: - Name: ntrbackbeat/common - Dependencies: {} - Info_38: - Name: rvlinterview/locale.en - Dependencies: {} - Info_39: - Name: agbexplode/common - Dependencies: {} - Info_40: - Name: rvlrotation/locale.en - Dependencies: {} - Info_41: - Name: ctrteppan/common - Dependencies: {} - Info_42: - Name: ctrbear/common - Dependencies: {} - Info_43: - Name: ntrboxshow/locale.en - Dependencies: {} - Info_44: - Name: agbhair/common - Dependencies: {} - Info_45: - Name: rvlbadminton/common - Dependencies: {} - Info_46: - Name: rvllegs/common - Dependencies: {} - Info_47: - Name: rvlbadminton/locale.en - Dependencies: {} - Info_48: - Name: agbtap/common - Dependencies: - Dependency_0: ntridol/common - Info_49: - Name: ntrchorus/locale.en - Dependencies: {} - Info_50: - Name: agbspacedance/common - Dependencies: {} - Info_51: - Name: rvldate/common - Dependencies: - Dependency_0: ntrdj/common - Info_52: - Name: rvlrotation/common - Dependencies: {} - Info_53: - Name: ntrboxshow/common - Dependencies: {} - Info_54: - Name: ntrassembly/common - Dependencies: {} - Info_55: - Name: ntrpingpong/common - Dependencies: {} - Info_56: - Name: agbquiz/common - Dependencies: - Dependency_0: karate/common - Info_57: Name: ctrintro/common Dependencies: {} - Info_58: - Name: agboffbeat/common + Info_30: + Name: rvlrocket/common Dependencies: {} - Info_59: - Name: mobtrick/common - Dependencies: {} - Info_60: - Name: ntrcork/common - Dependencies: {} - Info_61: - Name: ntrchorus/common - Dependencies: {} - Info_62: - Name: rvllegs/locale.en - Dependencies: {} - Info_63: - Name: ntrshugyo/common - Dependencies: {} - Info_64: - Name: pcosomen/common - Dependencies: {} - Info_65: + Info_31: + Name: agbbatter/common + Dependencies: + Dependency_0: karate/common + Info_32: Name: ntrstomp/common Dependencies: {} - Info_66: + Info_33: + Name: agbspacedance/locale.jp + Dependencies: {} + Info_34: Name: agbghost/common Dependencies: {} - Info_67: - Name: ntrtunnel/locale.en + Info_35: + Name: ctrteppan/common Dependencies: {} - Info_68: - Name: ntrtunnel/common + Info_36: + Name: rvlbadminton/common Dependencies: {} - Info_69: + Info_37: + Name: rvlseesaw/common + Dependencies: {} + Info_38: + Name: rvldough/common + Dependencies: {} + Info_39: + Name: rvlfork/common + Dependencies: {} + Info_40: + Name: mobtrick/common + Dependencies: {} + Info_41: + Name: rvlinterview/locale.en + Dependencies: {} + Info_42: + Name: rvlseal/locale.en + Dependencies: {} + Info_43: + Name: agbtoss/common + Dependencies: {} + Info_44: + Name: rvlrotation/common + Dependencies: {} + Info_45: + Name: agbhair/common + Dependencies: {} + Info_46: + Name: rvllegs/locale.en + Dependencies: {} + Info_47: + Name: agbwizard/common + Dependencies: {} + Info_48: + Name: pcosomen/common + Dependencies: {} + Info_49: + Name: agbspacedance/common + Dependencies: {} + Info_50: + Name: ctrbear/common + Dependencies: {} + Info_51: + Name: ntrassembly/common + Dependencies: {} + Info_52: + Name: ntrbackbeat/common + Dependencies: {} + Info_53: + Name: ntrcork/common + Dependencies: {} + Info_54: + Name: rvlrotation/locale.en + Dependencies: {} + Info_55: + Name: rvllegs/common + Dependencies: {} + Info_56: + Name: agboffbeat/common + Dependencies: {} + Info_57: + Name: ntrpingpong/common + Dependencies: {} + Info_58: Name: ntrsoccer/locale.en Dependencies: {} + Info_59: + Name: rvlseal/common + Dependencies: {} + Info_60: + Name: agbclap/common + Dependencies: {} + Info_61: + Name: ntrboxshow/common + Dependencies: {} + Info_62: + Name: ntrshugyo/common + Dependencies: {} + Info_63: + Name: agbexplode/common + Dependencies: {} + Info_64: + Name: ntrboxshow/locale.en + Dependencies: {} + Info_65: + Name: rvlseesaw/locale.en + Dependencies: {} + Info_66: + Name: ntrchorus/common + Dependencies: {} + Info_67: + Name: rvldrum/common + Dependencies: {} + Info_68: + Name: ntrchorus/locale.en + Dependencies: {} + Info_69: + Name: ntrtunnel/locale.en + Dependencies: {} diff --git a/Assets/StreamingAssets/agbbatter/common b/Assets/StreamingAssets/agbbatter/common index ff51b638..34b06ce0 100644 Binary files a/Assets/StreamingAssets/agbbatter/common and b/Assets/StreamingAssets/agbbatter/common differ diff --git a/Assets/StreamingAssets/agbbatter/common.manifest b/Assets/StreamingAssets/agbbatter/common.manifest index 24ca8d4e..b44398ee 100644 --- a/Assets/StreamingAssets/agbbatter/common.manifest +++ b/Assets/StreamingAssets/agbbatter/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3295541411 +CRC: 1122017321 Hashes: AssetFileHash: serializedVersion: 2 - Hash: d691f8e7ab026ae0af6a7d5b7ae9768b + Hash: 7a6ba1a59eb400a7c52f9daf4fe9b3dd TypeTreeHash: serializedVersion: 2 Hash: 4f2ec9d4a37fcaf8265a07a3a5b7905b @@ -96,4 +96,4 @@ Assets: - Assets/Resources/Sprites/Games/Spaceball/baseball.png - Assets/Resources/Sprites/Games/Spaceball/Animations/Idle.anim Dependencies: -- C:/Users/rasmu/OneDrive/Dokumenter/GitHub/HeavenStudio/Assets/StreamingAssets/karate/common +- F:/Github/HeavenStudio/Assets/StreamingAssets/karate/common diff --git a/Assets/StreamingAssets/agbexplode/common b/Assets/StreamingAssets/agbexplode/common index 012ad50d..f02802ab 100644 Binary files a/Assets/StreamingAssets/agbexplode/common and b/Assets/StreamingAssets/agbexplode/common differ diff --git a/Assets/StreamingAssets/agbexplode/common.manifest b/Assets/StreamingAssets/agbexplode/common.manifest index eb5baeb6..19b69207 100644 --- a/Assets/StreamingAssets/agbexplode/common.manifest +++ b/Assets/StreamingAssets/agbexplode/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 4285283603 +CRC: 1593665114 Hashes: AssetFileHash: serializedVersion: 2 - Hash: b90d22e37d42b5cc71409ec1671da401 + Hash: 44c3bdbc8066d8b9f8d29f107c6df42d TypeTreeHash: serializedVersion: 2 Hash: b7dda81a5a0adc681edb9e6a78b49c82 diff --git a/Assets/StreamingAssets/agbhair/common b/Assets/StreamingAssets/agbhair/common index 3f039330..a019d7af 100644 Binary files a/Assets/StreamingAssets/agbhair/common and b/Assets/StreamingAssets/agbhair/common differ diff --git a/Assets/StreamingAssets/agbhair/common.manifest b/Assets/StreamingAssets/agbhair/common.manifest index eb75414f..0dc8d9ae 100644 --- a/Assets/StreamingAssets/agbhair/common.manifest +++ b/Assets/StreamingAssets/agbhair/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 2706586621 +CRC: 2499785235 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 38c8b8fc314a6dbc223338bed4d0ec90 + Hash: 5baf37b7b0b37b1a89bba8fe8011d367 TypeTreeHash: serializedVersion: 2 Hash: 6ab6f5dbbbc64091fe41d0a8194baa43 diff --git a/Assets/StreamingAssets/agbmarcher/common b/Assets/StreamingAssets/agbmarcher/common index 3b5e7ac8..78cc68a0 100644 Binary files a/Assets/StreamingAssets/agbmarcher/common and b/Assets/StreamingAssets/agbmarcher/common differ diff --git a/Assets/StreamingAssets/agbmarcher/common.manifest b/Assets/StreamingAssets/agbmarcher/common.manifest index e31b9341..b7604440 100644 --- a/Assets/StreamingAssets/agbmarcher/common.manifest +++ b/Assets/StreamingAssets/agbmarcher/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 1219842047 +CRC: 2493667358 Hashes: AssetFileHash: serializedVersion: 2 - Hash: d3ecaaaf4e32380396f248076d073d1f + Hash: a01397878cd927fcdf94e9a92868b4c5 TypeTreeHash: serializedVersion: 2 Hash: 7d376826375f2c77db0d94db3474ea48 diff --git a/Assets/StreamingAssets/agboffbeat/common b/Assets/StreamingAssets/agboffbeat/common index 9850e912..48fac493 100644 Binary files a/Assets/StreamingAssets/agboffbeat/common and b/Assets/StreamingAssets/agboffbeat/common differ diff --git a/Assets/StreamingAssets/agboffbeat/common.manifest b/Assets/StreamingAssets/agboffbeat/common.manifest index 60386103..5ad692fe 100644 --- a/Assets/StreamingAssets/agboffbeat/common.manifest +++ b/Assets/StreamingAssets/agboffbeat/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3910519356 +CRC: 638092860 Hashes: AssetFileHash: serializedVersion: 2 - Hash: ab8866c439462ff8003599378ddda237 + Hash: 258bdeeaf15739d0b2cda5ee4321e42f TypeTreeHash: serializedVersion: 2 Hash: b20f138d4c27c64a38b438efe12d137f diff --git a/Assets/StreamingAssets/agbquiz/common b/Assets/StreamingAssets/agbquiz/common index 3e2ab8af..8c065b67 100644 Binary files a/Assets/StreamingAssets/agbquiz/common and b/Assets/StreamingAssets/agbquiz/common differ diff --git a/Assets/StreamingAssets/agbquiz/common.manifest b/Assets/StreamingAssets/agbquiz/common.manifest index 775265a8..bdaa03c4 100644 --- a/Assets/StreamingAssets/agbquiz/common.manifest +++ b/Assets/StreamingAssets/agbquiz/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 2776406185 +CRC: 2136332037 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 2e302cf48b40bc531bd32b21fc9e3dc2 + Hash: bb75796a540b9d56585a025e55afb25a TypeTreeHash: serializedVersion: 2 Hash: 78b02268f01f8b6a77a608289ecb9d38 @@ -108,4 +108,4 @@ Assets: - Assets/Resources/Sfx/games/quizShow/hostDPad.ogg - Assets/Resources/Sfx/games/quizShow/hostExplode.ogg Dependencies: -- C:/Users/rasmu/OneDrive/Dokumenter/GitHub/HeavenStudio/Assets/StreamingAssets/karate/common +- F:/Github/HeavenStudio/Assets/StreamingAssets/karate/common diff --git a/Assets/StreamingAssets/agbspacedance/common b/Assets/StreamingAssets/agbspacedance/common index b1078686..2ac6a5c3 100644 Binary files a/Assets/StreamingAssets/agbspacedance/common and b/Assets/StreamingAssets/agbspacedance/common differ diff --git a/Assets/StreamingAssets/agbspacedance/common.manifest b/Assets/StreamingAssets/agbspacedance/common.manifest index d7c51889..7ebfd0ae 100644 --- a/Assets/StreamingAssets/agbspacedance/common.manifest +++ b/Assets/StreamingAssets/agbspacedance/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 940254835 +CRC: 4065572778 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 1bc9632ce0bab6e32880981e2618e8b3 + Hash: e3031a21c5953b972c8984aaf4d95f0b TypeTreeHash: serializedVersion: 2 Hash: ddb2c4a70034b0784bb73c06ec09460c diff --git a/Assets/StreamingAssets/agbtap/common.manifest b/Assets/StreamingAssets/agbtap/common.manifest index aaa83cb9..b31f85c3 100644 --- a/Assets/StreamingAssets/agbtap/common.manifest +++ b/Assets/StreamingAssets/agbtap/common.manifest @@ -3,7 +3,7 @@ CRC: 3317229876 Hashes: AssetFileHash: serializedVersion: 2 - Hash: b67be0d3f6a8b7b385b6d81c034e7e05 + Hash: feadaf1bb10efdd7ecb80e3bdf44f16f TypeTreeHash: serializedVersion: 2 Hash: 15c41fad7e66ce2236de71530bb543ef @@ -115,4 +115,4 @@ Assets: - Assets/Resources/Sprites/Games/TapTrial/Animations/Giraffe/Giraffe.controller - Assets/Resources/Sprites/Games/TapTrial/Animations/girl_bop/Bop.anim Dependencies: -- C:/Users/rasmu/OneDrive/Dokumenter/GitHub/HeavenStudio/Assets/StreamingAssets/ntridol/common +- F:/Github/HeavenStudio/Assets/StreamingAssets/ntridol/common diff --git a/Assets/StreamingAssets/agbtoss/common.manifest b/Assets/StreamingAssets/agbtoss/common.manifest index 9a474a64..f428e3dd 100644 --- a/Assets/StreamingAssets/agbtoss/common.manifest +++ b/Assets/StreamingAssets/agbtoss/common.manifest @@ -3,7 +3,7 @@ CRC: 2283269108 Hashes: AssetFileHash: serializedVersion: 2 - Hash: bb54fc1d73dc1a84c27dae5905a5cc81 + Hash: 54dc5cc4467153fc42d7fec3c0ff99cf TypeTreeHash: serializedVersion: 2 Hash: 545a4a8276e4957bfa14c0b989e80093 diff --git a/Assets/StreamingAssets/ctrbear/common b/Assets/StreamingAssets/ctrbear/common index 39eb0943..eecc4904 100644 Binary files a/Assets/StreamingAssets/ctrbear/common and b/Assets/StreamingAssets/ctrbear/common differ diff --git a/Assets/StreamingAssets/ctrbear/common.manifest b/Assets/StreamingAssets/ctrbear/common.manifest index 7b338f74..d2a5b116 100644 --- a/Assets/StreamingAssets/ctrbear/common.manifest +++ b/Assets/StreamingAssets/ctrbear/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 435520197 +CRC: 1343714519 Hashes: AssetFileHash: serializedVersion: 2 - Hash: a6b7c0a19453a1a0398bcb15e81ed8f5 + Hash: a2bdf947ec7535dd0f3a7ab45fc9b661 TypeTreeHash: serializedVersion: 2 Hash: 01ef6a58e233b3cb8a54b2d9152d3e5e diff --git a/Assets/StreamingAssets/ctrcatchy/common.manifest b/Assets/StreamingAssets/ctrcatchy/common.manifest index 4c8c4de5..9bd3e766 100644 --- a/Assets/StreamingAssets/ctrcatchy/common.manifest +++ b/Assets/StreamingAssets/ctrcatchy/common.manifest @@ -3,7 +3,7 @@ CRC: 763472146 Hashes: AssetFileHash: serializedVersion: 2 - Hash: ecb00cf092701b5128cc9bf5b020bcbe + Hash: 5941e1757fea6a56f10397ebd34c5ae8 TypeTreeHash: serializedVersion: 2 Hash: cb525cb072c33c8e5692f23a42da04e4 diff --git a/Assets/StreamingAssets/ctrinterpreter/common b/Assets/StreamingAssets/ctrinterpreter/common index b2d224e4..8893febc 100644 Binary files a/Assets/StreamingAssets/ctrinterpreter/common and b/Assets/StreamingAssets/ctrinterpreter/common differ diff --git a/Assets/StreamingAssets/ctrinterpreter/common.manifest b/Assets/StreamingAssets/ctrinterpreter/common.manifest index d2b4f632..4311599b 100644 --- a/Assets/StreamingAssets/ctrinterpreter/common.manifest +++ b/Assets/StreamingAssets/ctrinterpreter/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3779117211 +CRC: 2232750411 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 3df64602dae1644c40a73e63047b5d91 + Hash: 3fccd3f78801be327adeaf644d0b6bbe TypeTreeHash: serializedVersion: 2 Hash: 6a87535638e108a5e3588d5397c1cf0a diff --git a/Assets/StreamingAssets/ctrintro/common b/Assets/StreamingAssets/ctrintro/common index 864d1e83..de246d60 100644 Binary files a/Assets/StreamingAssets/ctrintro/common and b/Assets/StreamingAssets/ctrintro/common differ diff --git a/Assets/StreamingAssets/ctrintro/common.manifest b/Assets/StreamingAssets/ctrintro/common.manifest index e615ab17..a97a9d41 100644 --- a/Assets/StreamingAssets/ctrintro/common.manifest +++ b/Assets/StreamingAssets/ctrintro/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 2347972319 +CRC: 3237643733 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 812f8de04338cbb289b3aeb7d0c1255a + Hash: d7df6dc0bc2560d650eb8f8469f30c57 TypeTreeHash: serializedVersion: 2 Hash: 05da4ec6b369274f98afefde205bcdc6 diff --git a/Assets/StreamingAssets/ctrpillow/common b/Assets/StreamingAssets/ctrpillow/common index b0412450..71aa7b5f 100644 Binary files a/Assets/StreamingAssets/ctrpillow/common and b/Assets/StreamingAssets/ctrpillow/common differ diff --git a/Assets/StreamingAssets/ctrpillow/common.manifest b/Assets/StreamingAssets/ctrpillow/common.manifest index 1146bed6..b9803ef8 100644 --- a/Assets/StreamingAssets/ctrpillow/common.manifest +++ b/Assets/StreamingAssets/ctrpillow/common.manifest @@ -1,12 +1,12 @@ ManifestFileVersion: 0 -CRC: 1820358078 +CRC: 1473235682 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 43643198b112932a4fdf0b1da91e8a08 + Hash: 9c7e0e1b2c67ac5bd40cbd9eb89b6beb TypeTreeHash: serializedVersion: 2 - Hash: a7c568f5d3a8f80a33b7dd26fe5a006a + Hash: fcb38c44c374dbbc10b37e4f25d6f505 HashAppended: 0 ClassTypes: - Class: 1 diff --git a/Assets/StreamingAssets/ctrteppan/common b/Assets/StreamingAssets/ctrteppan/common index d42593de..8274a230 100644 Binary files a/Assets/StreamingAssets/ctrteppan/common and b/Assets/StreamingAssets/ctrteppan/common differ diff --git a/Assets/StreamingAssets/ctrteppan/common.manifest b/Assets/StreamingAssets/ctrteppan/common.manifest index a1a8f5d0..d0a9de10 100644 --- a/Assets/StreamingAssets/ctrteppan/common.manifest +++ b/Assets/StreamingAssets/ctrteppan/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 1678427662 +CRC: 3225447570 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 61fc8edb7d12ddb21197f9f6d61e6618 + Hash: 695f4d61fc4319a10268a5d63bf73579 TypeTreeHash: serializedVersion: 2 Hash: 460be591ec703ee0603b7b23c7810e85 diff --git a/Assets/StreamingAssets/karate/common b/Assets/StreamingAssets/karate/common index 392a1fcf..b7ce7b00 100644 Binary files a/Assets/StreamingAssets/karate/common and b/Assets/StreamingAssets/karate/common differ diff --git a/Assets/StreamingAssets/karate/common.manifest b/Assets/StreamingAssets/karate/common.manifest index 2228832d..ad28397d 100644 --- a/Assets/StreamingAssets/karate/common.manifest +++ b/Assets/StreamingAssets/karate/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 155563867 +CRC: 2004251384 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 97088bda9b9c1bf5d6f7e5b3edd169e0 + Hash: e1b76f6c4fa51db462b357a07e8aa8f3 TypeTreeHash: serializedVersion: 2 Hash: b1f31a5996a0bf184f0808b1ad67ba96 diff --git a/Assets/StreamingAssets/mobtrick/common b/Assets/StreamingAssets/mobtrick/common index ebdd5ad1..c0eb72c1 100644 Binary files a/Assets/StreamingAssets/mobtrick/common and b/Assets/StreamingAssets/mobtrick/common differ diff --git a/Assets/StreamingAssets/mobtrick/common.manifest b/Assets/StreamingAssets/mobtrick/common.manifest index 60a8b20f..7d045213 100644 --- a/Assets/StreamingAssets/mobtrick/common.manifest +++ b/Assets/StreamingAssets/mobtrick/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 2722877296 +CRC: 825088556 Hashes: AssetFileHash: serializedVersion: 2 - Hash: b6bd878ea9f8df0fcf2bc0c4581be791 + Hash: e4bd15a1d4546fcb6056288aea7b1c47 TypeTreeHash: serializedVersion: 2 Hash: 4f48d293ee91ce284b1290faa2bbe09e diff --git a/Assets/StreamingAssets/ntrassembly/common.manifest b/Assets/StreamingAssets/ntrassembly/common.manifest index e7d7fdbc..de3bbfa5 100644 --- a/Assets/StreamingAssets/ntrassembly/common.manifest +++ b/Assets/StreamingAssets/ntrassembly/common.manifest @@ -3,7 +3,7 @@ CRC: 3751846126 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 93a0fe7ec76132ff5555c8a88ffb4c04 + Hash: ff172c079432477f741da8d24ff06529 TypeTreeHash: serializedVersion: 2 Hash: 4f8cce0d9f727657ad6578352d0da0f2 diff --git a/Assets/StreamingAssets/ntrbackbeat/common b/Assets/StreamingAssets/ntrbackbeat/common index 141c91ea..18cd9c48 100644 Binary files a/Assets/StreamingAssets/ntrbackbeat/common and b/Assets/StreamingAssets/ntrbackbeat/common differ diff --git a/Assets/StreamingAssets/ntrbackbeat/common.manifest b/Assets/StreamingAssets/ntrbackbeat/common.manifest index 628d4018..af6707f5 100644 --- a/Assets/StreamingAssets/ntrbackbeat/common.manifest +++ b/Assets/StreamingAssets/ntrbackbeat/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3878722035 +CRC: 3661077965 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 177c5870d328f716aa0421272c9470f9 + Hash: 4616adb8a22566f01490d11ad570b4a4 TypeTreeHash: serializedVersion: 2 Hash: f54a1062817f77cb49f442d230fcc49b diff --git a/Assets/StreamingAssets/ntrchorus/common b/Assets/StreamingAssets/ntrchorus/common index 688962d1..3857eac4 100644 Binary files a/Assets/StreamingAssets/ntrchorus/common and b/Assets/StreamingAssets/ntrchorus/common differ diff --git a/Assets/StreamingAssets/ntrchorus/common.manifest b/Assets/StreamingAssets/ntrchorus/common.manifest index 95fd62a6..531c7a7e 100644 --- a/Assets/StreamingAssets/ntrchorus/common.manifest +++ b/Assets/StreamingAssets/ntrchorus/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 103302383 +CRC: 277471755 Hashes: AssetFileHash: serializedVersion: 2 - Hash: a8013c8acab6ff6c0e3d077b6f6624e2 + Hash: 8941246d8918d731a7ef3b29f81b75ac TypeTreeHash: serializedVersion: 2 Hash: 7f5da0c07e5977d0ce994513d51f7db5 diff --git a/Assets/StreamingAssets/ntrcoin/common b/Assets/StreamingAssets/ntrcoin/common index 724351e0..adf56cce 100644 Binary files a/Assets/StreamingAssets/ntrcoin/common and b/Assets/StreamingAssets/ntrcoin/common differ diff --git a/Assets/StreamingAssets/ntrcoin/common.manifest b/Assets/StreamingAssets/ntrcoin/common.manifest index b44fbd89..709fa6c3 100644 --- a/Assets/StreamingAssets/ntrcoin/common.manifest +++ b/Assets/StreamingAssets/ntrcoin/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 355105624 +CRC: 1725841183 Hashes: AssetFileHash: serializedVersion: 2 - Hash: d617b45ed083d248765f851fdd4edc8b + Hash: 35a167bba48cbe81b565de21cc5212c8 TypeTreeHash: serializedVersion: 2 Hash: 72449c958dbfd650c57600192572509b diff --git a/Assets/StreamingAssets/ntrcork/common b/Assets/StreamingAssets/ntrcork/common index a741c2f4..c80d577c 100644 Binary files a/Assets/StreamingAssets/ntrcork/common and b/Assets/StreamingAssets/ntrcork/common differ diff --git a/Assets/StreamingAssets/ntrcork/common.manifest b/Assets/StreamingAssets/ntrcork/common.manifest index 9ae62cc7..99196a1c 100644 --- a/Assets/StreamingAssets/ntrcork/common.manifest +++ b/Assets/StreamingAssets/ntrcork/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3381801303 +CRC: 2081450428 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 2f51d8702488d5789c7b6cf29d74fa86 + Hash: 304db464c2bead81b6428e9f6599cfdf TypeTreeHash: serializedVersion: 2 Hash: 8f8d4a3f1f8c01578a5ce13063d68dc6 diff --git a/Assets/StreamingAssets/ntrdj/common b/Assets/StreamingAssets/ntrdj/common index 1d35730d..4ace83a2 100644 Binary files a/Assets/StreamingAssets/ntrdj/common and b/Assets/StreamingAssets/ntrdj/common differ diff --git a/Assets/StreamingAssets/ntrdj/common.manifest b/Assets/StreamingAssets/ntrdj/common.manifest index 92da2c32..cb60cc69 100644 --- a/Assets/StreamingAssets/ntrdj/common.manifest +++ b/Assets/StreamingAssets/ntrdj/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 2871784295 +CRC: 1014792037 Hashes: AssetFileHash: serializedVersion: 2 - Hash: a320d8fdb11da9cf2bf295285a4a38a2 + Hash: a13b9b7ae5fc7cd834f5837f06a15414 TypeTreeHash: serializedVersion: 2 Hash: 33a4c8442a7cb8448a93c2fa6c1d77eb @@ -125,4 +125,4 @@ Assets: - Assets/Resources/Sfx/games/djSchool/scratchoHeyLoud1.ogg - Assets/Resources/Sprites/Games/DJSchool/Animations/Student/IdleBop.anim Dependencies: -- C:/Users/rasmu/OneDrive/Dokumenter/GitHub/HeavenStudio/Assets/StreamingAssets/rvldate/common +- F:/Github/HeavenStudio/Assets/StreamingAssets/rvldate/common diff --git a/Assets/StreamingAssets/ntridol/common b/Assets/StreamingAssets/ntridol/common index 49ed77c2..1ef393b7 100644 Binary files a/Assets/StreamingAssets/ntridol/common and b/Assets/StreamingAssets/ntridol/common differ diff --git a/Assets/StreamingAssets/ntridol/common.manifest b/Assets/StreamingAssets/ntridol/common.manifest index b9625d39..40cad4b9 100644 --- a/Assets/StreamingAssets/ntridol/common.manifest +++ b/Assets/StreamingAssets/ntridol/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 4034070136 +CRC: 2219224297 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 2d6f852362177521846ca2d732523b32 + Hash: 39ab0a3b922fddd5c5f8503433d5681b TypeTreeHash: serializedVersion: 2 Hash: 22daffce395c47caabb8dcd800097d0d diff --git a/Assets/StreamingAssets/ntrninja/common b/Assets/StreamingAssets/ntrninja/common index 04452884..a42ee184 100644 Binary files a/Assets/StreamingAssets/ntrninja/common and b/Assets/StreamingAssets/ntrninja/common differ diff --git a/Assets/StreamingAssets/ntrninja/common.manifest b/Assets/StreamingAssets/ntrninja/common.manifest index f78d8898..5939b437 100644 --- a/Assets/StreamingAssets/ntrninja/common.manifest +++ b/Assets/StreamingAssets/ntrninja/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3182147957 +CRC: 3533234474 Hashes: AssetFileHash: serializedVersion: 2 - Hash: a0076561256160326184dfb7ad07d97c + Hash: 75fc3826026a12e7d7956e4f3168c0fc TypeTreeHash: serializedVersion: 2 Hash: 2f052be846612c7db995ad748fa5776c diff --git a/Assets/StreamingAssets/ntrpingpong/common b/Assets/StreamingAssets/ntrpingpong/common index 2365b372..d3da2091 100644 Binary files a/Assets/StreamingAssets/ntrpingpong/common and b/Assets/StreamingAssets/ntrpingpong/common differ diff --git a/Assets/StreamingAssets/ntrpingpong/common.manifest b/Assets/StreamingAssets/ntrpingpong/common.manifest index 7b57e7b1..ab463e29 100644 --- a/Assets/StreamingAssets/ntrpingpong/common.manifest +++ b/Assets/StreamingAssets/ntrpingpong/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3439164552 +CRC: 2551889369 Hashes: AssetFileHash: serializedVersion: 2 - Hash: dd77521c6af51aacb6f1ea5fdc19bbd1 + Hash: e6e89066cb6285a98253746ce6d2f1ab TypeTreeHash: serializedVersion: 2 Hash: a60012dadf81e61c9a13d1a8e11bb664 diff --git a/Assets/StreamingAssets/ntrsamurai/common b/Assets/StreamingAssets/ntrsamurai/common index 138c94a7..d222bda6 100644 Binary files a/Assets/StreamingAssets/ntrsamurai/common and b/Assets/StreamingAssets/ntrsamurai/common differ diff --git a/Assets/StreamingAssets/ntrsamurai/common.manifest b/Assets/StreamingAssets/ntrsamurai/common.manifest index 70a7ecc4..79c796e8 100644 --- a/Assets/StreamingAssets/ntrsamurai/common.manifest +++ b/Assets/StreamingAssets/ntrsamurai/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 1911076014 +CRC: 2661374951 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 49426dfd99db6a07775ec45a2d4591ce + Hash: 3fe3c2898ca2af1ad73c853576b8eb1b TypeTreeHash: serializedVersion: 2 Hash: 10404da84d789c089050e7869762db38 diff --git a/Assets/StreamingAssets/ntrsamurai/locale.en.manifest b/Assets/StreamingAssets/ntrsamurai/locale.en.manifest index c796bc8e..a5657965 100644 --- a/Assets/StreamingAssets/ntrsamurai/locale.en.manifest +++ b/Assets/StreamingAssets/ntrsamurai/locale.en.manifest @@ -3,7 +3,7 @@ CRC: 3939051657 Hashes: AssetFileHash: serializedVersion: 2 - Hash: d7238faee24ab1af3a24e18f7d48b444 + Hash: ce985f100d2f5d0940fb613bd86f4f91 TypeTreeHash: serializedVersion: 2 Hash: c21d61fe394c58399df3c6fb5c7c99b3 diff --git a/Assets/StreamingAssets/ntrshugyo/common b/Assets/StreamingAssets/ntrshugyo/common index a2dded41..75231078 100644 Binary files a/Assets/StreamingAssets/ntrshugyo/common and b/Assets/StreamingAssets/ntrshugyo/common differ diff --git a/Assets/StreamingAssets/ntrshugyo/common.manifest b/Assets/StreamingAssets/ntrshugyo/common.manifest index d3dcd865..53f0c946 100644 --- a/Assets/StreamingAssets/ntrshugyo/common.manifest +++ b/Assets/StreamingAssets/ntrshugyo/common.manifest @@ -1,12 +1,12 @@ ManifestFileVersion: 0 -CRC: 2709514228 +CRC: 1147724731 Hashes: AssetFileHash: serializedVersion: 2 - Hash: b0e0b074d6e4e7939ca79e071af768bb + Hash: 6a9e69be6eb63dfd9189f44f901843bc TypeTreeHash: serializedVersion: 2 - Hash: 069e62d6c3f2f01ee43f5b820760a801 + Hash: 91fa2f9c7ee652a4a4a405c50ad96d66 HashAppended: 0 ClassTypes: - Class: 1 @@ -96,8 +96,10 @@ Assets: - Assets/Resources/Sprites/Games/MunchyMonk/Animations/Givers/TwoGiver/TwoGiveIn.anim - Assets/Resources/Sprites/Games/MunchyMonk/Animations/Givers/OneGiver/OneIdle.anim - Assets/Resources/Sprites/Games/MunchyMonk/Animations/Monk/Holder/IdleRight.anim +- Assets/Resources/Sprites/Games/MunchyMonk/Animations/CloudMonkey/CloudMonkeyAnim.controller - Assets/Resources/Sprites/Games/MunchyMonk/Animations/Monk/Eat.anim - Assets/Resources/Sprites/Games/MunchyMonk/Animations/Monk/Stache/Stache3Bop.anim +- Assets/Resources/Sprites/Games/MunchyMonk/Animations/CloudMonkey/Bop.anim - Assets/Resources/Games/munchyMonk.prefab - Assets/Resources/Sprites/Games/MunchyMonk/Animations/Monk/NoseRed.anim - Assets/Resources/Sprites/Games/MunchyMonk/Animations/Monk/Holder/GoLeft.anim diff --git a/Assets/StreamingAssets/ntrsoccer/common b/Assets/StreamingAssets/ntrsoccer/common index 3d15ce96..f6b9be27 100644 Binary files a/Assets/StreamingAssets/ntrsoccer/common and b/Assets/StreamingAssets/ntrsoccer/common differ diff --git a/Assets/StreamingAssets/ntrsoccer/common.manifest b/Assets/StreamingAssets/ntrsoccer/common.manifest index 134cb64c..f4c640ef 100644 --- a/Assets/StreamingAssets/ntrsoccer/common.manifest +++ b/Assets/StreamingAssets/ntrsoccer/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 1127646842 +CRC: 1066416111 Hashes: AssetFileHash: serializedVersion: 2 - Hash: c0a60a571806bf4973a9611111e1247d + Hash: c6883dfb23673608c96404e04760523b TypeTreeHash: serializedVersion: 2 Hash: 178c8be186c9c9195df8cbc397bf239f diff --git a/Assets/StreamingAssets/ntrstomp/common b/Assets/StreamingAssets/ntrstomp/common index d6f834f0..7d78539e 100644 Binary files a/Assets/StreamingAssets/ntrstomp/common and b/Assets/StreamingAssets/ntrstomp/common differ diff --git a/Assets/StreamingAssets/ntrstomp/common.manifest b/Assets/StreamingAssets/ntrstomp/common.manifest index de68855b..d64b62fb 100644 --- a/Assets/StreamingAssets/ntrstomp/common.manifest +++ b/Assets/StreamingAssets/ntrstomp/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 1926041378 +CRC: 889841618 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 8b0a19c55dd3bfc2277888737c316393 + Hash: 6dfe3050277df130402e36e5fc6afe4f TypeTreeHash: serializedVersion: 2 Hash: ee5a1c4d119c5785c396deba9ffbfd13 diff --git a/Assets/StreamingAssets/ntrtunnel/common b/Assets/StreamingAssets/ntrtunnel/common index 5e342c47..de6685cb 100644 Binary files a/Assets/StreamingAssets/ntrtunnel/common and b/Assets/StreamingAssets/ntrtunnel/common differ diff --git a/Assets/StreamingAssets/ntrtunnel/common.manifest b/Assets/StreamingAssets/ntrtunnel/common.manifest index 3edb446f..a457fbd3 100644 --- a/Assets/StreamingAssets/ntrtunnel/common.manifest +++ b/Assets/StreamingAssets/ntrtunnel/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 2126864230 +CRC: 515894768 Hashes: AssetFileHash: serializedVersion: 2 - Hash: d9fc3664ee82ab3f504f472166da6267 + Hash: 6b97b247f0098f06fd4604df987d1284 TypeTreeHash: serializedVersion: 2 Hash: f3b8ce2f77980d9f2171a767aefb0cc5 diff --git a/Assets/StreamingAssets/pcomeat/common b/Assets/StreamingAssets/pcomeat/common index 99726a95..84c126d5 100644 Binary files a/Assets/StreamingAssets/pcomeat/common and b/Assets/StreamingAssets/pcomeat/common differ diff --git a/Assets/StreamingAssets/pcomeat/common.manifest b/Assets/StreamingAssets/pcomeat/common.manifest index 23c2a482..556aeb45 100644 --- a/Assets/StreamingAssets/pcomeat/common.manifest +++ b/Assets/StreamingAssets/pcomeat/common.manifest @@ -1,12 +1,12 @@ ManifestFileVersion: 0 -CRC: 2939698592 +CRC: 2174683718 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 92fec8d1796d1d4f772b70eea7b1f646 + Hash: 0a1835884c57c32693dc11e506a8acf0 TypeTreeHash: serializedVersion: 2 - Hash: beb35b6f5e7e9e62226f65e58eb3fd60 + Hash: 28722b046145a3595b15a970ac70a44b HashAppended: 0 ClassTypes: - Class: 1 diff --git a/Assets/StreamingAssets/pcosomen/common b/Assets/StreamingAssets/pcosomen/common index d3dea510..330db298 100644 Binary files a/Assets/StreamingAssets/pcosomen/common and b/Assets/StreamingAssets/pcosomen/common differ diff --git a/Assets/StreamingAssets/pcosomen/common.manifest b/Assets/StreamingAssets/pcosomen/common.manifest index 75f04dd4..d886e19e 100644 --- a/Assets/StreamingAssets/pcosomen/common.manifest +++ b/Assets/StreamingAssets/pcosomen/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 63768738 +CRC: 1166576383 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 66dfc92a596424905b5c760ad439dc18 + Hash: f0ae254b224d424b5d3f8feeb6de068f TypeTreeHash: serializedVersion: 2 Hash: 96a5a577eabf548f980146be7c5c5dfa diff --git a/Assets/StreamingAssets/rvlbadminton/common b/Assets/StreamingAssets/rvlbadminton/common index f2349047..32c5ab8a 100644 Binary files a/Assets/StreamingAssets/rvlbadminton/common and b/Assets/StreamingAssets/rvlbadminton/common differ diff --git a/Assets/StreamingAssets/rvlbadminton/common.manifest b/Assets/StreamingAssets/rvlbadminton/common.manifest index 606dd23e..0e54a62b 100644 --- a/Assets/StreamingAssets/rvlbadminton/common.manifest +++ b/Assets/StreamingAssets/rvlbadminton/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3195205475 +CRC: 2157779923 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 86dd3b6fd865b5b0d0e9d3cfd254f59b + Hash: 24e41b869e54b1e85f1cc07d5da635c5 TypeTreeHash: serializedVersion: 2 Hash: 757ac36bf07fc7472c165ca27f3563b7 diff --git a/Assets/StreamingAssets/rvlbooks/common b/Assets/StreamingAssets/rvlbooks/common index 46d960ae..ea79b8b0 100644 Binary files a/Assets/StreamingAssets/rvlbooks/common and b/Assets/StreamingAssets/rvlbooks/common differ diff --git a/Assets/StreamingAssets/rvlbooks/common.manifest b/Assets/StreamingAssets/rvlbooks/common.manifest index b581c216..8f51dcf8 100644 --- a/Assets/StreamingAssets/rvlbooks/common.manifest +++ b/Assets/StreamingAssets/rvlbooks/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3923060005 +CRC: 2749792628 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 9ea25df45a892548185b67338679385a + Hash: f773ca51c88e7b4e6b682486385883f0 TypeTreeHash: serializedVersion: 2 Hash: 85ee816236efbc3eb8eee4328b833881 diff --git a/Assets/StreamingAssets/rvldate/common b/Assets/StreamingAssets/rvldate/common index 4c1944e6..76c3f779 100644 Binary files a/Assets/StreamingAssets/rvldate/common and b/Assets/StreamingAssets/rvldate/common differ diff --git a/Assets/StreamingAssets/rvldate/common.manifest b/Assets/StreamingAssets/rvldate/common.manifest index 30759904..f9499f9a 100644 --- a/Assets/StreamingAssets/rvldate/common.manifest +++ b/Assets/StreamingAssets/rvldate/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 517210605 +CRC: 930172043 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 129fec45a185d42f8c6f80460b3722ea + Hash: 9b9dc66adc2b1846f9419d9a58cb6759 TypeTreeHash: serializedVersion: 2 Hash: d7a2aa66ed419696bcac7084279f269a @@ -113,4 +113,4 @@ Assets: - Assets/Resources/Sprites/Games/DoubleDate/Animations/WeaselsHappy.anim - Assets/Resources/Sprites/Games/DoubleDate/Animations/WeaselsHide.anim Dependencies: -- C:/Users/rasmu/OneDrive/Dokumenter/GitHub/HeavenStudio/Assets/StreamingAssets/ntrdj/common +- F:/Github/HeavenStudio/Assets/StreamingAssets/ntrdj/common diff --git a/Assets/StreamingAssets/rvldough/common b/Assets/StreamingAssets/rvldough/common index b1ab580e..4a0dd9fd 100644 Binary files a/Assets/StreamingAssets/rvldough/common and b/Assets/StreamingAssets/rvldough/common differ diff --git a/Assets/StreamingAssets/rvldough/common.manifest b/Assets/StreamingAssets/rvldough/common.manifest index 555c7196..dab747e9 100644 --- a/Assets/StreamingAssets/rvldough/common.manifest +++ b/Assets/StreamingAssets/rvldough/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3049152735 +CRC: 2398193307 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 814ad6a6b85fbff30bbec94e01c84c95 + Hash: df47fd12298183f93c6709b885dec51e TypeTreeHash: serializedVersion: 2 Hash: 1937315467cf052612009b19bb313daf diff --git a/Assets/StreamingAssets/rvldrum/common b/Assets/StreamingAssets/rvldrum/common index 32603800..328ff2d1 100644 Binary files a/Assets/StreamingAssets/rvldrum/common and b/Assets/StreamingAssets/rvldrum/common differ diff --git a/Assets/StreamingAssets/rvldrum/common.manifest b/Assets/StreamingAssets/rvldrum/common.manifest index 565fd899..d2514efc 100644 --- a/Assets/StreamingAssets/rvldrum/common.manifest +++ b/Assets/StreamingAssets/rvldrum/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 299707247 +CRC: 1707663673 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 5ad434fa1bd7c44d0e100f5c115b2c42 + Hash: d050445963bac1c437880ff1fb20bc92 TypeTreeHash: serializedVersion: 2 Hash: 1131991bd32567759f271afad6e2bfa7 diff --git a/Assets/StreamingAssets/rvlfork/common b/Assets/StreamingAssets/rvlfork/common index d40d5017..4ddb5a16 100644 Binary files a/Assets/StreamingAssets/rvlfork/common and b/Assets/StreamingAssets/rvlfork/common differ diff --git a/Assets/StreamingAssets/rvlfork/common.manifest b/Assets/StreamingAssets/rvlfork/common.manifest index 975cf9a0..269a970c 100644 --- a/Assets/StreamingAssets/rvlfork/common.manifest +++ b/Assets/StreamingAssets/rvlfork/common.manifest @@ -1,12 +1,12 @@ ManifestFileVersion: 0 -CRC: 2711973842 +CRC: 2309535096 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 41a1a48ac6650eda0efa9ce1314d8e55 + Hash: cf4e6927b4e9b8a575b45039e0c0abf3 TypeTreeHash: serializedVersion: 2 - Hash: 53def56f25d546c75e3bb18007f20c09 + Hash: e1450635167e416808d99615e8a3bc8b HashAppended: 0 ClassTypes: - Class: 1 @@ -71,33 +71,38 @@ SerializeReferenceClassIdentifiers: Assets: - Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_81fba35a_1.png - Assets/Resources/Sfx/games/forkLifter/cough_2.wav -- Assets/Resources/Sfx/games/forkLifter/sigh.ogg +- Assets/Resources/Sprites/Games/ForkLifter/Animations/Player_Bop.anim - Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand_GrabObject.anim -- Assets/Resources/Sprites/Games/ForkLifter/Animations/Player_Eat_Comeback.anim - Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_7517e2b3_5.png - Assets/Resources/Sfx/games/forkLifter/flickPrepare.ogg -- Assets/Resources/Sfx/games/forkLifter/zoomFast.ogg - Assets/Resources/Sfx/games/forkLifter/gulp.ogg -- Assets/Resources/Sprites/Games/ForkLifter/Animations/Flicked_Object.anim -- Assets/Resources/Sfx/games/forkLifter/cough_1.wav - Assets/Resources/Sfx/games/forkLifter/disappointed.ogg - Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 1P/GameSprites.png -- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_098ca4b6_5.png - Assets/Resources/Sprites/Games/ForkLifter/Animations/Player_Stab.anim - Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand_Prepare.anim -- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 1P/Prologue_Shadow.png - Assets/Resources/Games/forkLifter.prefab - Assets/Resources/Sprites/Games/ForkLifter/Prologue_Shadow2.png +- Assets/Resources/Sprites/Games/ForkLifter/Prologue_Pea.png +- Assets/Resources/Sfx/games/forkLifter/stab.ogg +- Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand.controller +- Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand_Idle.anim +- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_c728aca2_5.png +- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 1P/Epilogue.png +- Assets/Resources/Sfx/games/forkLifter/sigh.ogg +- Assets/Resources/Sprites/Games/ForkLifter/Animations/Player_Eat_Comeback.anim +- Assets/Resources/Sfx/games/forkLifter/zoomFast.ogg +- Assets/Resources/Sprites/Games/ForkLifter/Animations/Flicked_Object.anim +- Assets/Resources/Sfx/games/forkLifter/cough_1.wav +- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_098ca4b6_5.png +- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 1P/Prologue_Shadow.png - Assets/Resources/Sprites/Games/ForkLifter/Animations/Conductor.controller - Assets/Resources/Sprites/Games/ForkLifter/Animations/Object.controller -- Assets/Resources/Sprites/Games/ForkLifter/Prologue_Pea.png -- Assets/Resources/Sfx/games/forkLifter/stabnohit.ogg - Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_50d1f7cf_5.png +- Assets/Resources/Sfx/games/forkLifter/stabnohit.ogg - Assets/Resources/Sprites/Games/ForkLifter/Prologue_Title.png - Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 1P/Prologue_Fork.png -- Assets/Resources/Sfx/games/forkLifter/stab.ogg +- Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand_Bop.anim - Assets/Resources/Sprites/Games/ForkLifter/Animations/Player_Idle.anim -- Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand.controller - Assets/Resources/Sprites/Games/ForkLifter/Prologue_Juice.png - Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_4dd19e1a_5.png - Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_0a0120eb_6.png @@ -105,9 +110,6 @@ Assets: - Assets/Resources/Sprites/Games/ForkLifter/Animations/Player.controller - Assets/Resources/Sfx/games/forkLifter/flick.ogg - Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand_Flick.anim -- Assets/Resources/Sprites/Games/ForkLifter/Animations/Hand_Idle.anim -- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 2P/SOME01_c728aca2_5.png - Assets/Resources/Sfx/games/forkLifter/zoom.ogg -- Assets/Resources/Sprites/Games/ForkLifter/Fork Lifter 1P/Epilogue.png - Assets/Resources/Sprites/Games/ForkLifter/Animations/Player_Eat.anim Dependencies: [] diff --git a/Assets/StreamingAssets/rvlinterview/common b/Assets/StreamingAssets/rvlinterview/common index 9d203c3f..63b12d6d 100644 Binary files a/Assets/StreamingAssets/rvlinterview/common and b/Assets/StreamingAssets/rvlinterview/common differ diff --git a/Assets/StreamingAssets/rvlinterview/common.manifest b/Assets/StreamingAssets/rvlinterview/common.manifest index e6abba80..88f0db3c 100644 --- a/Assets/StreamingAssets/rvlinterview/common.manifest +++ b/Assets/StreamingAssets/rvlinterview/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 319035304 +CRC: 3408282776 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 2841d10a223f6899c492042362d86b8b + Hash: 5db3d1b22c868c257b3d083eb184ae40 TypeTreeHash: serializedVersion: 2 Hash: 5542e4d11fa90b3df909513c3dc51ab6 diff --git a/Assets/StreamingAssets/rvllegs/common b/Assets/StreamingAssets/rvllegs/common index aa7c7a55..71ec12d6 100644 Binary files a/Assets/StreamingAssets/rvllegs/common and b/Assets/StreamingAssets/rvllegs/common differ diff --git a/Assets/StreamingAssets/rvllegs/common.manifest b/Assets/StreamingAssets/rvllegs/common.manifest index 3053126c..f64c4ec2 100644 --- a/Assets/StreamingAssets/rvllegs/common.manifest +++ b/Assets/StreamingAssets/rvllegs/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3025961969 +CRC: 445211871 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 3ff1ff2cf9adf04658676cf10f2e6f10 + Hash: 46d9fbe7b468ea9f28764f68a9c513ad TypeTreeHash: serializedVersion: 2 Hash: 3e8c7d8755f6df3ed3fcea84d97f9900 diff --git a/Assets/StreamingAssets/rvlrocket/common b/Assets/StreamingAssets/rvlrocket/common index 8eb46537..63cbd18b 100644 Binary files a/Assets/StreamingAssets/rvlrocket/common and b/Assets/StreamingAssets/rvlrocket/common differ diff --git a/Assets/StreamingAssets/rvlrocket/common.manifest b/Assets/StreamingAssets/rvlrocket/common.manifest index f6e9ab9f..2448a657 100644 --- a/Assets/StreamingAssets/rvlrocket/common.manifest +++ b/Assets/StreamingAssets/rvlrocket/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3446959443 +CRC: 1162087280 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 1fa4e45464a35277630d436f0857ec2f + Hash: 484537858b6ffdd69e57af0b7020f1d1 TypeTreeHash: serializedVersion: 2 Hash: ffb5d2113fd2d590f8537bbc04f36b07 diff --git a/Assets/StreamingAssets/rvlrotation/common b/Assets/StreamingAssets/rvlrotation/common index 8d8e4b67..6d8a4671 100644 Binary files a/Assets/StreamingAssets/rvlrotation/common and b/Assets/StreamingAssets/rvlrotation/common differ diff --git a/Assets/StreamingAssets/rvlrotation/common.manifest b/Assets/StreamingAssets/rvlrotation/common.manifest index 59d80130..865ac641 100644 --- a/Assets/StreamingAssets/rvlrotation/common.manifest +++ b/Assets/StreamingAssets/rvlrotation/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 3050640261 +CRC: 1447973130 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 84996fe85e826a6150bdb33094cb82fb + Hash: dbb0027e3d2a7726b6ac23d51499aec4 TypeTreeHash: serializedVersion: 2 Hash: 651b0dae5ce05f85330163cc78a161ee diff --git a/Assets/StreamingAssets/rvlseal/common b/Assets/StreamingAssets/rvlseal/common index d757bbf0..f1252845 100644 Binary files a/Assets/StreamingAssets/rvlseal/common and b/Assets/StreamingAssets/rvlseal/common differ diff --git a/Assets/StreamingAssets/rvlseal/common.manifest b/Assets/StreamingAssets/rvlseal/common.manifest index f6bcd6dd..8da008f5 100644 --- a/Assets/StreamingAssets/rvlseal/common.manifest +++ b/Assets/StreamingAssets/rvlseal/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 1259606660 +CRC: 3782009495 Hashes: AssetFileHash: serializedVersion: 2 - Hash: 790ff64aa78d4bafcd56143473bbb083 + Hash: 1392c8a968742719e480e4349998bc61 TypeTreeHash: serializedVersion: 2 Hash: 1700dff61e9a39c2f981a91472deb25e diff --git a/Assets/StreamingAssets/rvlseesaw/common b/Assets/StreamingAssets/rvlseesaw/common index f8d997ab..90b75228 100644 Binary files a/Assets/StreamingAssets/rvlseesaw/common and b/Assets/StreamingAssets/rvlseesaw/common differ diff --git a/Assets/StreamingAssets/rvlseesaw/common.manifest b/Assets/StreamingAssets/rvlseesaw/common.manifest index 572fba78..36dcfa3a 100644 --- a/Assets/StreamingAssets/rvlseesaw/common.manifest +++ b/Assets/StreamingAssets/rvlseesaw/common.manifest @@ -1,9 +1,9 @@ ManifestFileVersion: 0 -CRC: 1066493538 +CRC: 2308209677 Hashes: AssetFileHash: serializedVersion: 2 - Hash: e5813385a0b9b59819c85887beaca3dc + Hash: f249e3150747d3b7659b09822db8ad95 TypeTreeHash: serializedVersion: 2 Hash: 6ddefc915b4006f12246ed1f50bf5b87 diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index d80b6b2f..75730dd1 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -7,7 +7,7 @@ "dependencies": { "com.unity.nuget.newtonsoft-json": "3.2.1" }, - "hash": "f1813255c1d322b6fe207de4361bbf288f9cda03" + "hash": "fd70aafabe1e0388c717a873b7739ba7f2d5421d" }, "com.unity.2d.sprite": { "version": "1.0.0",