From ae2338756d2212a3f613d1fac7a671140aa0e5a1 Mon Sep 17 00:00:00 2001 From: Edvinas Date: Wed, 11 Aug 2021 14:54:53 +0300 Subject: [PATCH] Update readme and Unity version --- .github/README.md | 8 ++++++-- Packages/manifest.json | 2 +- Packages/packages-lock.json | 2 +- ProjectSettings/ProjectSettings.asset | 5 +++++ ProjectSettings/ProjectVersion.txt | 4 ++-- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/README.md b/.github/README.md index f1bc0f7..d470616 100644 --- a/.github/README.md +++ b/.github/README.md @@ -3,9 +3,13 @@

# Neanderthal Tools -VR simulation for dissemination of Neanderthal tool crafting. +VR simulation for dissemination of Neanderthal tool crafting. Download the latest release here [here](https://github.com/Edvinas01/neanderthal-tools/releases/latest). ## Requirements -- Unity 2021.1.10f1, install via [Unity Hub](https://unity3d.com/get-unity/download) +- Unity 2021.1.12f1, install via [Unity Hub](https://unity3d.com/get-unity/download) - [Rider IDE](https://www.jetbrains.com/rider) - [Git](https://git-scm.com/downloads) + +## Thanks +- [Frederik Stief](https://www.linkedin.com/in/frederikstief) co-developing the simulation. +- [Rokas Sutkus](https://sutkusaudio.com/) for audio design. diff --git a/Packages/manifest.json b/Packages/manifest.json index 8680164..0015a5e 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -4,7 +4,7 @@ "com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm", "com.samdriver.driven-decals": "https://github.com/Anatta336/driven-decals.git", "com.unity.ide.rider": "3.0.7", - "com.unity.ide.visualstudio": "2.0.8", + "com.unity.ide.visualstudio": "2.0.9", "com.unity.ide.vscode": "1.2.3", "com.unity.probuilder": "5.0.3", "com.unity.render-pipelines.universal": "11.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 11c112d..e0275a7 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -40,7 +40,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.8", + "version": "2.0.9", "depth": 0, "source": "registry", "dependencies": { diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index c688f26..45e9758 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -147,6 +147,8 @@ PlayerSettings: - {fileID: 0} - {fileID: 0} - {fileID: 11400000, guid: 67608fb813d1ee54c9c2be2ae7098671, type: 2} + - {fileID: 0} + - {fileID: -2993180382490078199, guid: 0f82be187f1c3574785b2d366d09227d, type: 2} metroInputSource: 0 wsaTransparentSwapchain: 0 m_HolographicPauseOnTrackingLoss: 1 @@ -506,6 +508,8 @@ PlayerSettings: switchNetworkInterfaceManagerInitializeEnabled: 1 switchPlayerConnectionEnabled: 1 switchUseNewStyleFilepaths: 0 + switchUseMicroSleepForYield: 1 + switchMicroSleepForYieldTime: 25 ps4NPAgeRating: 12 ps4NPTitleSecret: ps4NPTrophyPackPath: @@ -576,6 +580,7 @@ PlayerSettings: ps4videoRecordingFeaturesUsed: 0 ps4contentSearchFeaturesUsed: 0 ps4CompatibilityPS5: 0 + ps4AllowPS5Detection: 0 ps4GPU800MHz: 1 ps4attribEyeToEyeDistanceSettingVR: 0 ps4IncludedModules: diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index c94fd54..b6a2213 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2021.1.10f1 -m_EditorVersionWithRevision: 2021.1.10f1 (b15f561b2cef) +m_EditorVersion: 2021.1.12f1 +m_EditorVersionWithRevision: 2021.1.12f1 (afcadd793de6)