Nate River

Results 25 issues of Nate River

### Feature proposal * Firebase Component: Messaging Hello! I didn't find a way to stack notifictions on Android using REST/HTTP API (like notifications from Gmail, for example). The only possible...

type: feature request
api: messaging

Hi! I've found that your importer may generate a lot of garbage in RAM. You can try loading the small demo image attached (256x256 px) and check Unity's Profiler. Here...

Hi! This only happens on Mac, and it works fine on other platforms. This doesn't happen in editor. Unfortunately, I don't know how to get any debug info from Mac...

> ArgumentException: The Assembly System.Drawing is referenced by System.Windows.Forms ('Assets/StandaloneFileBrowser/Plugins/System.Windows.Forms.dll'). But the dll is not allowed to be included or could not be found. A workaround suggested [here](https://assetstore.unity.com/?category=2d&on_sale=true&orderBy=1) doesn't work...

Hello! Got this error when uploading my app to the App Store. Using the latest Mac OS, Unity and Xcode. Can you help me? Thanks! BTW I use these steps...

In UPW build, after I press Allow in browser, it redirects me to localhost. And nothing happens. ![image](https://user-images.githubusercontent.com/7318172/65175165-03138200-da5b-11e9-894b-a6ff4e2b8f72.png) BTW I can confirm your plugin works in Editor, Android, iOS and...

enhancement
help wanted

Hi! AppMetrica doesn't work after importing Firebase Cloud Messaging, Firebase Analytics and External Dependency Manager to my project via Unity Package Manager. Grey screen after app start, logs attached. Thanks!...

Hi! Got this error when building on Unity 2017.3: 173 W ActivityManager: Unable to start service Intent { act=com.yandex.metrica.IMetricaService dat=metrica://com.herocraft.game.free.taptapbuilder flg=0x20 pkg=com.herocraft.game.free.taptapbuilder (has extras) } U=0: not found Assets\AppMetrica\Plugins\Android\AndroidManifest.xml contains...

# Find a way to supply plugin-specific config for Android manifest (appAuthRedirectScheme), that would merge with user-supplied manifest/config ---- Hi! I had to enable multidex in my project (this article...

enhancement
help wanted

Hi! I want my app to request a permission to Google Drive, so here is my working link to start auth. https://accounts.google.com/o/oauth2/auth?response_type=code&scope=https://www.googleapis.com/auth/drive&redirect_uri=ps.uwp%3A%2Foauth2callback&client_id=988157355771-r7j9rr6jf4cj7kn8de4pco4vtbbktmb9.apps.googleusercontent.com I'm trying to use this project to perform...