Skip to content

Commit

Permalink
movement implementation and colliders
Browse files Browse the repository at this point in the history
:D
  • Loading branch information
bradylii committed Nov 28, 2023
1 parent 714a90e commit 3d651fb
Show file tree
Hide file tree
Showing 7 changed files with 22,651 additions and 7,014 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2449,6 +2449,7 @@ MonoBehaviour:
m_Bits: 4294967295
m_DistanceCalculationMode: 1
m_SelectMode: 0
m_FocusMode: 1
m_CustomReticle: {fileID: 0}
m_AllowGazeInteraction: 0
m_AllowGazeSelect: 0
Expand Down Expand Up @@ -2481,6 +2482,18 @@ MonoBehaviour:
m_SelectExited:
m_PersistentCalls:
m_Calls: []
m_FirstFocusEntered:
m_PersistentCalls:
m_Calls: []
m_LastFocusExited:
m_PersistentCalls:
m_Calls: []
m_FocusEntered:
m_PersistentCalls:
m_Calls: []
m_FocusExited:
m_PersistentCalls:
m_Calls: []
m_Activated:
m_PersistentCalls:
m_Calls: []
Expand Down Expand Up @@ -8871,6 +8884,7 @@ MonoBehaviour:
m_Bits: 1
m_DistanceCalculationMode: 1
m_SelectMode: 0
m_FocusMode: 1
m_CustomReticle: {fileID: 0}
m_AllowGazeInteraction: 1
m_AllowGazeSelect: 0
Expand Down Expand Up @@ -8927,6 +8941,18 @@ MonoBehaviour:
m_SelectExited:
m_PersistentCalls:
m_Calls: []
m_FirstFocusEntered:
m_PersistentCalls:
m_Calls: []
m_LastFocusExited:
m_PersistentCalls:
m_Calls: []
m_FocusEntered:
m_PersistentCalls:
m_Calls: []
m_FocusExited:
m_PersistentCalls:
m_Calls: []
m_Activated:
m_PersistentCalls:
m_Calls: []
Expand Down Expand Up @@ -8984,6 +9010,7 @@ MonoBehaviour:
m_Bits: 1
m_DistanceCalculationMode: 1
m_SelectMode: 0
m_FocusMode: 1
m_CustomReticle: {fileID: 0}
m_AllowGazeInteraction: 1
m_AllowGazeSelect: 1
Expand Down Expand Up @@ -9112,6 +9139,18 @@ MonoBehaviour:
m_SelectExited:
m_PersistentCalls:
m_Calls: []
m_FirstFocusEntered:
m_PersistentCalls:
m_Calls: []
m_LastFocusExited:
m_PersistentCalls:
m_Calls: []
m_FocusEntered:
m_PersistentCalls:
m_Calls: []
m_FocusExited:
m_PersistentCalls:
m_Calls: []
m_Activated:
m_PersistentCalls:
m_Calls: []
Expand Down Expand Up @@ -10169,6 +10208,7 @@ MonoBehaviour:
m_Bits: 1
m_DistanceCalculationMode: 1
m_SelectMode: 0
m_FocusMode: 1
m_CustomReticle: {fileID: 0}
m_AllowGazeInteraction: 1
m_AllowGazeSelect: 0
Expand Down Expand Up @@ -10261,6 +10301,18 @@ MonoBehaviour:
m_SelectExited:
m_PersistentCalls:
m_Calls: []
m_FirstFocusEntered:
m_PersistentCalls:
m_Calls: []
m_LastFocusExited:
m_PersistentCalls:
m_Calls: []
m_FocusEntered:
m_PersistentCalls:
m_Calls: []
m_FocusExited:
m_PersistentCalls:
m_Calls: []
m_Activated:
m_PersistentCalls:
m_Calls: []
Expand Down
Loading

0 comments on commit 3d651fb

Please sign in to comment.