Skip to content

Commit d765ee6

Browse files
authored
Merge pull request #5 from AndreZenner/development
General improvements and update to v1.1
2 parents c3f784e + 5b77bd8 commit d765ee6

23 files changed

+8504
-380
lines changed

HaRT/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
# Plugins
3333
[Aa]ssets/Plugins/**
34+
[Aa]ssets/Plugins.meta
3435

3536
# Steam VR
3637
[Aa]ssets/SteamVR/**
@@ -44,6 +45,10 @@
4445

4546
# Straming assets form Steam VR
4647
[Aa]ssets/StreamingAssets/SteamVR/**
48+
[Aa]ssets/StreamingAssets.meta
49+
50+
# VR Manifest file from SteamVR
51+
unityProject.vrmanifest
4752

4853
# Visual Studio cache directory
4954
.vs/

HaRT/Assets/ExampleScenes/BodyWarpingExample.unity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,17 +548,17 @@ PrefabInstance:
548548
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
549549
type: 3}
550550
propertyPath: m_LocalPosition.x
551-
value: -0.05664012
551+
value: 0
552552
objectReference: {fileID: 0}
553553
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
554554
type: 3}
555555
propertyPath: m_LocalPosition.y
556-
value: 0.029881567
556+
value: 0
557557
objectReference: {fileID: 0}
558558
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
559559
type: 3}
560560
propertyPath: m_LocalPosition.z
561-
value: -0.001917541
561+
value: 0
562562
objectReference: {fileID: 0}
563563
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
564564
type: 3}

HaRT/Assets/ExampleScenes/GetStarted.unity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,17 +180,17 @@ PrefabInstance:
180180
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
181181
type: 3}
182182
propertyPath: m_LocalPosition.x
183-
value: -0.05664012
183+
value: 0
184184
objectReference: {fileID: 0}
185185
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
186186
type: 3}
187187
propertyPath: m_LocalPosition.y
188-
value: 0.029881567
188+
value: 0
189189
objectReference: {fileID: 0}
190190
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
191191
type: 3}
192192
propertyPath: m_LocalPosition.z
193-
value: -0.001917541
193+
value: 0
194194
objectReference: {fileID: 0}
195195
- target: {fileID: 5367009677519020577, guid: 241955f39b1fee540a2a663472950764,
196196
type: 3}

HaRT/Assets/ExampleScenes/LeapMotionExample.unity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,17 +915,17 @@ PrefabInstance:
915915
- target: {fileID: 1616040393009587432, guid: 4bc39935a965c6f418bb868ad1635067,
916916
type: 3}
917917
propertyPath: m_LocalPosition.x
918-
value: 0.120002344
918+
value: 0
919919
objectReference: {fileID: 0}
920920
- target: {fileID: 1616040393009587432, guid: 4bc39935a965c6f418bb868ad1635067,
921921
type: 3}
922922
propertyPath: m_LocalPosition.y
923-
value: 0.90583086
923+
value: 0
924924
objectReference: {fileID: 0}
925925
- target: {fileID: 1616040393009587432, guid: 4bc39935a965c6f418bb868ad1635067,
926926
type: 3}
927927
propertyPath: m_LocalPosition.z
928-
value: 0.15825398
928+
value: 0
929929
objectReference: {fileID: 0}
930930
- target: {fileID: 1616040393009587432, guid: 4bc39935a965c6f418bb868ad1635067,
931931
type: 3}

0 commit comments

Comments
 (0)