Skip to content

Commit 37396c7

Browse files
committed
feat: update to latest BrainAtlas/Urchin, adding new atlases
1 parent 7403a83 commit 37396c7

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Assets/InputSystem/ProbeControlInputActions.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4-
// version 1.9.0
4+
// version 1.11.2
55
// from Assets/InputSystem/ProbeControlInputActions.inputactions
66
//
77
// Changes to this file may cause incorrect behavior and will be lost if
@@ -14,7 +14,6 @@
1414
using System.Collections.Generic;
1515
using UnityEngine.InputSystem;
1616
using UnityEngine.InputSystem.Utilities;
17-
using UnityEngine;
1817

1918
public partial class @ProbeControlInputActions: IInputActionCollection2, IDisposable
2019
{
@@ -595,7 +594,7 @@ public @ProbeControlInputActions()
595594

596595
~@ProbeControlInputActions()
597596
{
598-
Debug.Assert(!m_ProbeControl.enabled, "This will cause a leak and performance issues, ProbeControlInputActions.ProbeControl.Disable() has not been called.");
597+
UnityEngine.Debug.Assert(!m_ProbeControl.enabled, "This will cause a leak and performance issues, ProbeControlInputActions.ProbeControl.Disable() has not been called.");
599598
}
600599

601600
public void Dispose()

Assets/InputSystem/ProbeMetaControls.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4-
// version 1.9.0
4+
// version 1.11.2
55
// from Assets/InputSystem/ProbeMetaControls.inputactions
66
//
77
// Changes to this file may cause incorrect behavior and will be lost if
@@ -14,7 +14,6 @@
1414
using System.Collections.Generic;
1515
using UnityEngine.InputSystem;
1616
using UnityEngine.InputSystem.Utilities;
17-
using UnityEngine;
1817

1918
public partial class @ProbeMetaControls: IInputActionCollection2, IDisposable
2019
{
@@ -137,7 +136,7 @@ public @ProbeMetaControls()
137136

138137
~@ProbeMetaControls()
139138
{
140-
Debug.Assert(!m_ProbeMetaControl.enabled, "This will cause a leak and performance issues, ProbeMetaControls.ProbeMetaControl.Disable() has not been called.");
139+
UnityEngine.Debug.Assert(!m_ProbeMetaControl.enabled, "This will cause a leak and performance issues, ProbeMetaControls.ProbeMetaControl.Disable() has not been called.");
141140
}
142141

143142
public void Dispose()

Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@
266266
"depth": 0,
267267
"source": "git",
268268
"dependencies": {},
269-
"hash": "d95427c01958f0e731dd96e2658e71fa3d672e2b"
269+
"hash": "77116d2344c94b6ad67877220a0eb07b0f348c12"
270270
},
271271
"vbl.urchin": {
272272
"version": "https://github.com/VirtualBrainLab/Urchin.git?path=/UnityClient/Packages/vbl.urchin",
273273
"depth": 0,
274274
"source": "git",
275275
"dependencies": {},
276-
"hash": "41dd138f9a929c243a89a5b00e0b8d70a7e72864"
276+
"hash": "b0506d1785768324787e3a60421689bb2f3308ba"
277277
},
278278
"com.unity.modules.accessibility": {
279279
"version": "1.0.0",

0 commit comments

Comments
 (0)