Commit dd9b695
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)File tree
234 files changed
+73110
-67653
lines changed- Assets/SteamVR
- Editor
- Extras
- Icon
- Input
- BehaviourUnityEvents
- Editor
- Resources
- Icons
- ExampleJSON
- InteractionSystem
- Core
- Prefabs
- Scripts
- Hints
- Scripts
- Textures
- Longbow
- Prefabs
- Scripts
- Textures
- Poses
- Samples
- BuggyBuddy
- UI
- BuggyUI
- Grenade
- Materials
- JoeJeff
- Prefabs
- Scripts
- Squishy
- SnapTurn
- Materials
- Teleport/Scripts
- Plugins
- Prefabs
- Resources
- Scripts
- WindowsHelper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
234 files changed
+73110
-67653
lines changedLarge diffs are not rendered by default.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
0 commit comments