x


how do you save and make a pause menu?

Could someone please help me? how would i make a script to make a pause menu by pressing p and make a save/load option in it?can someone please Help? Thanks in advance!

more ▼

asked Aug 21 '10 at 02:26 AM

Sean_The_Ripper gravatar image

Sean_The_Ripper
43 8 10 15

(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

Hey shawn. If you aren't finding your answers on this site another resource is a unity custom search here: http://www.google.com/cse/m?cx=002470491425767499270:iugs1ezlsfq&cref=&theme=DEFAULT

I do a lot of searching there and it can help you in finding out the basics.

Your questions seem general enough to warrent a little searching before being asked on this site.

more ▼

answered Aug 21 '10 at 02:40 AM

Goody! gravatar image

Goody!
516 24 31 46

(comments are locked)
10|3000 characters needed characters left

I don't think there's a quick and dirty way to pause. You'll have to:

  • Stop the Physics Engine
  • Stop all animations
  • Possibly apply some image effect, like blur or black and white
  • Disable character control
  • Turn off other game elements
  • Stop Enemy AI/Animation

Then you have to provide the GUI to give the options for Save/Load features or saved games

Hope this helps

more ▼

answered Aug 21 '10 at 11:32 AM

uni gravatar image

uni
57 7 8 16

(comments are locked)
10|3000 characters needed characters left

Quoting myself from another similar question: 'Making a Pause Menu'

UnifyCommunity has a sample Pause Menu Script. There are also a bunch of informative answers in a question asking, 'How do I pause my game?'.

As for the saving/loading, take a look at 'How to script a Save/Load game option', or the Save and Load from XML sample (also at UnifyCommunity).

I found all these links by searching UnityAnswers for 'pause game' and 'saving loading' - you'll find a lot of questions have already been answered, just give it a search first!

more ▼

answered Aug 21 '10 at 01:35 PM

Marowi gravatar image

Marowi
4.9k 4 14 53

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x5056
x436
x434
x260

asked: Aug 21 '10 at 02:26 AM

Seen: 2595 times

Last Updated: Aug 21 '10 at 03:41 AM