- Home /
Android app may work in BG with Plugin?
Android app may work in background ,while I use plugin with IntentService or other service?
This is lacking a question. I guess you want to know if it possible to run an android service with Unity. A service is an activity with no GUI so I guess that is what you meant. And the answer is yes but it might have some restrictions if you are using SD$$anonymous$$s like Prime 31 or facebook SD$$anonymous$$ which I think take control of the main activity.
I want create application whitch use https://www.durovis.com/sdk.html and send data to pc over unity network. This may work in background when I use plugin? (sorry for my engilsh)
Send data to PC, do you mean storing data on the PC? In this case you need to write to a file and that does not need any special background work.
I need open app > connect with pc to realtime and continuously send transform data of the object and go to main screen when app work in bg.
Answer by MasterChief333 · Nov 26, 2014 at 08:35 PM
I guess the short answer is yes, and also, if you answer the question, you should do it like I am and do it in an answer. You can run it in the background with services, as fafase said, but, also like fafase said, there are some restrictions on some. -Calieb
Your answer
Follow this Question
Related Questions
App in background still receive UnityPlayer.UnitySendMessage from Android plugin, normal ? 0 Answers
Too many method references; max is 65536. 4 Answers
android time cheat plugin problem with broadcastreceiver 1 Answer
Web plugin like uWebKit for Android? 0 Answers
Android background app. (idea) 0 Answers