- Home /
iOS - Difference Between Location & GPS Plugin
Hello,
I would like to use the iOS location, and I've noticed that you can get native plugins for Unity that access the devices location system (such as Prime31 Core Location).
But I have also noticed that there is a script reference within Unity for location info, which seems to grab the same info as these plugins do.
Whats the difference between me using the Unity Location, and me forking out $25 and using a Plugin?
Thanks.
The difference is likely nothing. Prime31 publishes their APIs, so you might want to compare the Unity API and Prime31's API to see if Prime31 has any additional functionality. Note Prime31 published their Core Location plugin before Unity exposed their API.
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Unity iOS - Launch Native Window Instead of Unity 3 Answers
Start a Unity app from inside a native iOS app 8 Answers