playMaker

Author Topic: In-Game Quality Settings menu...  (Read 10626 times)

holyfingers

  • Playmaker Newbie
  • *
  • Posts: 34
  • 3D-artist and fledgling Unity Dev.
    • holyfingers.co.uk
In-Game Quality Settings menu...
« on: June 29, 2015, 06:08:03 AM »
I've recently been working on an in-game quality-settings menu for my game and I've just written up a few pages of process/tutorial. I posted a couple of similar things here a while back and some folks seemed to find them helpful so I'd thought I'd see if this could be of any use as well:

http://www.holyfingers.co.uk/main/blog/2015/06/28/development-diary-12-quality-settings/



It covers setting up some simple buttons using 3d Objects rather than uGUI, detecting mouse/keyboard input and saving/loading using Easy Save.

Let me know if you have any questions or you spot any glaring mistakes! :D

Cheers,

Nick
Twitter: @holyfingers

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 713
    • Flashing Lights
Re: In-Game Quality Settings menu...
« Reply #1 on: June 29, 2015, 08:18:00 AM »
Super!!
Very useful info, thanks!

holyfingers

  • Playmaker Newbie
  • *
  • Posts: 34
  • 3D-artist and fledgling Unity Dev.
    • holyfingers.co.uk
Re: In-Game Quality Settings menu...
« Reply #2 on: June 29, 2015, 02:26:44 PM »
You're welcome! It's actually really helpful writing out the whole process like this, I think I learned more from putting together the tutorial than from getting the menu to work in the first place! :D
Twitter: @holyfingers

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: In-Game Quality Settings menu...
« Reply #3 on: June 30, 2015, 08:26:03 PM »
Another great tutorial! thanks heaps.

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: In-Game Quality Settings menu...
« Reply #4 on: July 01, 2015, 08:50:37 PM »
Where did you get the Set Screen Resolution action? The one of the forum doesn't allow setting fullscreen as a variable.

holyfingers

  • Playmaker Newbie
  • *
  • Posts: 34
  • 3D-artist and fledgling Unity Dev.
    • holyfingers.co.uk
Re: In-Game Quality Settings menu...
« Reply #5 on: July 02, 2015, 04:47:28 AM »
Ah there seem to be a couple of different resolution ones floating around, I used these ones that Jean posted a while ago:

http://hutonggames.com/playmakerforum/index.php?topic=4129.0

Will update the original post too!

Twitter: @holyfingers

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: In-Game Quality Settings menu...
« Reply #6 on: July 02, 2015, 05:13:36 AM »
Thanks! :D

sebaslive

  • Hero Member
  • *****
  • Posts: 572
    • Frame Tale Studios
Re: In-Game Quality Settings menu...
« Reply #7 on: July 02, 2015, 09:07:35 AM »
awesome and your blog seems full of gold nuggets. Thanks for sharing!
All my VR games use Steam VR Playmaker Toolkit: http://u3d.as/u20
And Oculus Touch Playmaker Toolkit: http://u3d.as/QT5


Follow me @sebasRez

krane

  • Junior Playmaker
  • **
  • Posts: 63
Re: In-Game Quality Settings menu...
« Reply #8 on: March 15, 2017, 11:07:06 AM »
Thanks for sharing this. Very useful.