Topic: Mark how to save.where is the location of the file when I save it

Sorry ,My English is very poor.
I  was created the markers,but I don't know how to save it.
The editor has this function,but I want do it in script.I don't know which function should be used.
And I also want to find the file which savad the data.
                                                                       Thanks!

Re: Mark how to save.where is the location of the file when I save it

Hello.

Example:
http://infinity-code.com/atlas/online-m … ample.html

Locations:
https://docs.unity3d.com/ScriptReferenc … Prefs.html

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Mark how to save.where is the location of the file when I save it

All data is stored in the registry?Am I understand correctly?
I want to mark somewhere in Unity by makers,when I pack out the project,everyon can use makers what was my mack.
OnLine Maps can't do it ?
                                                                                        Thanks!

Re: Mark how to save.where is the location of the file when I save it

On Windows - yes.
You did not specify your publishing platform.
This is the only universal method that works on all platforms.
But you can modify the example and store data where you want it.

You do not need runtime saving. You want to call some method in Online Maps, which works like «Save State». I'm right?
Unfortunately, no such method.
You can do this as we have (duplicate the code), and it will work.
See «OnlineMapsEditor.DrawSaveGUI».

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Mark how to save.where is the location of the file when I save it

thank you.
I will do it by myself. before it,I find some problems.
1.How do I transform the geographical coordinate to world position in Unity.
2.How to make objects follow with  geographical coordinate.
If have such method,Please tell me.
                                                                         Thanks!