Skip to content

Commit d2c991e

Browse files
committed
2.4.3 - Physical hands, Perf fixes, Mac/Linux fixes, Nesting plugin fix
* **BREAKING** actions.json and associated bindings will automatically be moved to the StreamingAssets folder instead of stored in the project root. This removes the need for the plugin to copy them post build and fixes some problems people were having with version control. **IF YOU HAVE A TITLE ON STEAM AND YOU USE THIS TO BUILD - SET THE NEW PATH IN Application/Virtual Reality -> SteamVR Input System -> This game uses SteamVR Input system to: [GameName]_Data/StreamingAssets/SteamVR/actions.json ** * Added properties to SteamVR_Settings to set default models to use when previewing hand poses * Moved default location of SteamVR_Settings.asset to a folder called SteamVR_Resources to make upgrading the plugin easier (can just delete the whole steamvr directory and import again) * Various fixes for mac/linux issues * Pathing fixes to allow nesting of the SteamVR folders * Added a way to easily set the prefab the poser system uses for previews in the editor. Check SteamVR_Settings.asset * Some fixes for fallback mode * Added index hmd proximity binding * Increased default ColliderArraySize for Hands in the Interaction System to 32 * Removed ResolutionDialogSetting warning in Unity 2019.1 (#498) * Fix partial bindings not including default actions (#494) * Fix Unity crash on "Open binding UI" when using as package (#491) * Fix for copy example input files failing on Linux/OSX (#490) * Add Treadmill Source to Input Sources (#486) * 2D Debug: Camera navigation up/down (E/Q) support (#481) * Fixed an issue with Unity throwing "cannot find ın" error in PCs with Turkish default language. (#479) * Exposed useItemPackagePreview (#432) * Modified Throwable to optionally ease into release velocity scaling. (#173) * Updated openvr sdk version to 1.7.15 * Significant performance increases in the input system * Made the hands physical objects that can touch and push things (similar to The Lab) * Added Snap Turn and related actions / bindings * Changed teleport bindings to use joysticks when available * Normalized line endings and trailing spaces across project * Added Vive Cosmos default bindings * Removed the requirements to have a velocityestimator on throwables. * Added SteamVR.GetHeadsetActivityLevel() which will give you the current state of the hmd (idle, in use, etc)
1 parent a4a7deb commit d2c991e

File tree

157 files changed

+3172
-3270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+3172
-3270
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
{
2-
"name": "SteamVR_Editor",
3-
"references": [
4-
"SteamVR"
5-
],
6-
"optionalUnityReferences": [],
7-
"includePlatforms": [
8-
"Editor"
9-
],
10-
"excludePlatforms": [],
11-
"allowUnsafeCode": false,
12-
"overrideReferences": false,
13-
"precompiledReferences": [],
14-
"autoReferenced": true,
15-
"defineConstraints": []
1+
{
2+
"name": "SteamVR_Editor",
3+
"references": [
4+
"SteamVR"
5+
],
6+
"optionalUnityReferences": [],
7+
"includePlatforms": [
8+
"Editor"
9+
],
10+
"excludePlatforms": [],
11+
"allowUnsafeCode": false,
12+
"overrideReferences": false,
13+
"precompiledReferences": [],
14+
"autoReferenced": true,
15+
"defineConstraints": []
1616
}

Assets/SteamVR/Editor/SteamVR_Editor.asmdef.meta

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)