Skip to content

Commit

Permalink
Update readme and Unity version
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Aug 11, 2021
1 parent cae2679 commit ae23387
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
</p>

# 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.
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -506,6 +508,8 @@ PlayerSettings:
switchNetworkInterfaceManagerInitializeEnabled: 1
switchPlayerConnectionEnabled: 1
switchUseNewStyleFilepaths: 0
switchUseMicroSleepForYield: 1
switchMicroSleepForYieldTime: 25
ps4NPAgeRating: 12
ps4NPTitleSecret:
ps4NPTrophyPackPath:
Expand Down Expand Up @@ -576,6 +580,7 @@ PlayerSettings:
ps4videoRecordingFeaturesUsed: 0
ps4contentSearchFeaturesUsed: 0
ps4CompatibilityPS5: 0
ps4AllowPS5Detection: 0
ps4GPU800MHz: 1
ps4attribEyeToEyeDistanceSettingVR: 0
ps4IncludedModules:
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit ae23387

Please sign in to comment.