Skip to content

Commit 13e92b1

Browse files
author
Joe Ward
committed
Merge pull request #283 from leapmotion/fix-detector-dependency
Fix detector dependency
2 parents 98f826e + 0b94299 commit 13e92b1

File tree

7 files changed

+21
-3
lines changed

7 files changed

+21
-3
lines changed

Assets/LeapMotionModules/Attachments/Examples/Prefabs.meta

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/LeapMotionModules/DetectionExamples/Prefabs/Fire.prefab Assets/LeapMotionModules/Attachments/Examples/Prefabs/Flame.prefab

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GameObject:
2727
- 198: {fileID: 19823238}
2828
- 199: {fileID: 19911980}
2929
m_Layer: 0
30-
m_Name: Fire
30+
m_Name: Flame
3131
m_TagString: Untagged
3232
m_Icon: {fileID: 0}
3333
m_NavMeshLayer: 0

Assets/LeapMotionModules/Attachments/Examples/Scenes/ProximityDemo.unity

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ MonoBehaviour:
158158
_overrideDeviceType: 1
159159
_overrideDeviceTypeWith: 1
160160
_useInterpolation: 0
161-
_interpolationDelay: 15
161+
_interpolationDelay: 30
162162
--- !u!114 &72891528
163163
MonoBehaviour:
164164
m_ObjectHideFlags: 0

Assets/LeapMotionModules/Attachments/Examples/Scripts.meta

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/LeapMotionModules/DetectionExamples/Scripts/FireControl.cs Assets/LeapMotionModules/Attachments/Examples/Scripts/FlameControl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using UnityEngine;
22
using System.Collections;
33

4-
public class FireControl : MonoBehaviour {
4+
public class FlameControl : MonoBehaviour {
55
public GameObject CurrentTarget = null;
66

77
public void SetTarget (GameObject target) {

0 commit comments

Comments
 (0)