- Home /
Save Position script.
Im working on an adventure game, where you have to get from one point to the other. So i cant use a save state, i need a save position. Can anyone help me?
Answer by Mike 3 · Jul 18, 2010 at 01:08 PM
Use this:
http://www.unifycommunity.com/wiki/index.php?title=ArrayPrefs
It'll let you store a Vector3 by name, so you can retrieve it later
Answer by kurotatsu · Jul 13, 2012 at 03:30 AM
I use PlayerPrefs, and asked a similar question earlier HERE.
It has a working example of saving a players position. It should help you get an Idea of how to actually impliment the saving and loading by calling the functions in the script.
Hope it helps.(if it works for ya maybe give a brother an upvote, and click the answer checkmark.:))
Your answer
Follow this Question
Related Questions
Script for tank fire 0 Answers
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
I need help with a script(brauche hilfe mit einen Script) 0 Answers
Explosion script question 0 Answers
Destroy GameObject and play sound 1 Answer