PokemonGoDesktop.Unity icon indicating copy to clipboard operation
PokemonGoDesktop.Unity copied to clipboard

Mobile

Open filharvey opened this issue 9 years ago • 3 comments

Will this work on mobile builds of unity as well once done?

filharvey avatar Jul 23 '16 22:07 filharvey

There are some dependencies right now that may give trouble on mobile. I use compiled lambdas in some sections that would need to be replaced, I rely on AutoFac for the concrete IoC implementation for a lib called Sceneject. I don't think either of those will function on mobile. You'd have to check if Newtonsoft.Json and Google.Protobuf function on mobile too.

It's too earlier to tell. There isn't a major reason to run on mobile atm, that has been cover by Ninatic.

HelloKitty avatar Jul 23 '16 22:07 HelloKitty

Tested Mobile Compatible with Mono (non-IL2CPP) Android built on Nox.

This confirms that, surprisingly, the dependencies work on Android. Here is a gif: http://i.imgur.com/ywGdoTy.gifv

I'm going to test to confirm it works with IL2CPP now. I doubt it will. I will be incredibly surprised if it does.

HelloKitty avatar Aug 01 '16 00:08 HelloKitty

Does not function with Android IL2CPP. I didn't not look into why but I'm assuming it's for reasons that I mentioned earlier.

HelloKitty avatar Aug 01 '16 05:08 HelloKitty