Skip to content

Commit

Permalink
Input System Fix (#1194)
Browse files Browse the repository at this point in the history
* compile error fix for "new" input system

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: rob1997 <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 847ac07 commit 51038aa
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
using TMPro;
using UnityEngine;
using UnityEngine.EventSystems;
#if ENABLE_INPUT_SYSTEM
using UnityEngine.InputSystem;
#endif
using UnityEngine.Scripting;

namespace ChainSafe.Gaming
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"rootNamespace": "ChainSafe.Gaming",
"references": [
"GUID:6055be8ebefd69e48b49212b09b47b2f",
"GUID:1e69005fbbf5a4cd0a6c61596a74886e"
"GUID:1e69005fbbf5a4cd0a6c61596a74886e",
"GUID:75469ad4d38634e559750d17036d5f7c"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down

0 comments on commit 51038aa

Please sign in to comment.