https://github.com/mopsicus/umi/blob/46542d58df05303ed234ed1a3655e6c40bafb837/Runtime/MobileInput.cs#L399C17-L399C26
curious why is the _isInited value never set? should this be set to true at the end of calling the init function? Is it ever expected to have more than 1 MobileInput component or is that an invalid state?
https://github.com/mopsicus/umi/blob/46542d58df05303ed234ed1a3655e6c40bafb837/Runtime/MobileInput.cs#L399C17-L399C26
curious why is the _isInited value never set? should this be set to true at the end of calling the init function? Is it ever expected to have more than 1 MobileInput component or is that an invalid state?