Update SFB

This commit is contained in:
2026-01-19 18:29:56 -07:00
parent b7f20785d2
commit 5370ccc006
65 changed files with 152 additions and 158 deletions

View File

@@ -11,10 +11,8 @@ namespace SimpleFileBrowser
[DefaultExecutionOrder( 1000 )]
public class EventSystemHandler : MonoBehaviour
{
#pragma warning disable 0649
[SerializeField]
private GameObject embeddedEventSystem;
#pragma warning restore 0649
#if ENABLE_INPUT_SYSTEM && !ENABLE_LEGACY_INPUT_MANAGER
private void Awake()