Skip to content

Commit

Permalink
refactor: change to use piutils (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira authored Mar 10, 2024
1 parent d287594 commit ae2ae72
Show file tree
Hide file tree
Showing 90 changed files with 1,216 additions and 1,837 deletions.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ set -e

# Copy the vr dlls to the libs folder
echo "Copying the vr dlls to the libs folder..."
rm -rf libs
rm -rf libs/Managed
rm -rf libs/Plugins
rm -rf libs/StreamingAssets
rm -rf libs/UnitySubsystems
mkdir -p libs/Managed
cp -r unity/build/unity_Data/Plugins libs
cp -r unity/build/unity_Data/StreamingAssets libs
Expand Down
Binary file modified libs/Managed/SteamVR_Actions.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions libs/StreamingAssets/SteamVR/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@
{
"name": "/actions/UI/in/Click",
"type": "boolean"
},
{
"name": "/actions/IK/in/Calibrate",
"type": "boolean"
}
],
"action_sets": [
Expand All @@ -222,6 +226,10 @@
{
"name": "/actions/UI",
"usage": "leftright"
},
{
"name": "/actions/IK",
"usage": "leftright"
}
],
"default_bindings": [
Expand Down
Loading

0 comments on commit ae2ae72

Please sign in to comment.