timbo-tj

Results 8 issues of timbo-tj

It seems like there is one additional EditorUpdate prior to OnDisable being called where the serializedObject is 'null' (Not actually null - but it doesn't point to any Unity Object)...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

type: enhancement :wolf:
needs triage

We can check `IsConnected` and `IsDisconnected`, but its nice to know if `IsConnecting` as well! Currently there is a 'gap' in information. Could we expose `_isConnectCoreRunning` to represent 'IsConnecting' state?

### Feature proposal * Firebase Component: Core When changing platforms the google-services-desktop.json file in the streaming assets folder is modified to reflect the change in target platform. This results in...

api: core
type: feature request

Hey there, we are using native gallery to write screenshots to disk, but we dont need the read permissions. How can I strip these permissions out without forking the package...

### Description Hey there 1. We perform all our manifest modifications via IPostGenerateGradleAndroidProject. This allows all plugins to play nicely with each other and inject what they need into the...

api: messaging
type: feature request

Support for new **_Input System_** (inc. Enhanced Touch) while maintaining backwards compatibility with legacy **_Input Manager_**. Some notes: - Backwards compatible, the new **_Input System_** logic is wrapped in `#if...

Following the examples the application failed to launch properly in newer version of Unity. This is because the newer versions of Unity use the GameActivity entry point, and the built...