File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ GameObject:
21
21
- component : {fileID: 4352580841864976}
22
22
- component : {fileID: 114855422910950320}
23
23
m_Layer : 0
24
- m_Name : FirstPersonPlayerCharacterInput
24
+ m_Name : PlayerCharacterInput
25
25
m_TagString : Untagged
26
26
m_Icon : {fileID: 0}
27
27
m_NavMeshLayer : 0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ GameObject:
39
39
- component : {fileID: 4387215547455362}
40
40
- component : {fileID: 114005619467806142}
41
41
m_Layer : 0
42
- m_Name : TopDownCamera
42
+ m_Name : PositionFollowCamera
43
43
m_TagString : Untagged
44
44
m_Icon : {fileID: 0}
45
45
m_NavMeshLayer : 0
File renamed without changes.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ protected virtual void OnMouseOver(ref RaycastHit target) { }
47
47
48
48
protected virtual void OnMouseButtonDown ( ref RaycastHit target )
49
49
{
50
- _destinationSignal . Value = target . point ;
50
+ if ( _destinationSignal ) _destinationSignal . Value = target . point ;
51
51
}
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments