playMaker

Author Topic: [SOLVED] Ugui tutorials available?  (Read 2686 times)

Tedthebug

  • Playmaker Newbie
  • *
  • Posts: 21
[SOLVED] Ugui tutorials available?
« on: May 21, 2015, 10:03:45 PM »
Hi, sorry to post this here but I'm really stuck.  I was following the really good tutorial about playmaker & gui stuff then found it didn't work as I'm using the latest version of unity so have to use the new gui (?)

Does anyone know if the old tutorial has been redone using the new gui or if there is one around.  I have searched but have only found things like buttons & sliders & I wanted to use text to display an incrementing/decvrementing player score.  I'm a real noob at this so need something aimed at idiots.

Thanks
« Last Edit: May 22, 2015, 09:27:05 PM by Tedthebug »

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Re: Ugui tutorials available?
« Reply #1 on: May 21, 2015, 10:59:43 PM »
Yes there is.  I have watched it.  Not sure the link, but someone here will post it.  I think Jean Fabre made it (very broken French).  A lot of the stuff you can do with actions, so do a search on the ecosystem for UI or UGUI.  There is a package you can download here too. It has a prefab you put into the scene then can access the other stuff.  Sorry if this is too general, but the info is here if you look for it.

Here is link to proxy.  This page has links to youtube videos an other help.
https://hutonggames.fogbugz.com/default.asp?W1192

Tedthebug

  • Playmaker Newbie
  • *
  • Posts: 21
Re: Ugui tutorials available?
« Reply #2 on: May 22, 2015, 12:22:34 AM »
thanks, I'll hunt them down

marv

  • Junior Playmaker
  • **
  • Posts: 50
Re: Ugui tutorials available?
« Reply #3 on: May 22, 2015, 03:47:10 AM »
Heyo,

here's an excellent tutorial series for the new uGUI system:
https://www.youtube.com/playlist?list=PLt_Y3Hw1v3QTEbh8fQV1DUOUIh9nF0k6c

It is done with very little code and the code bits that are used can very easily be replaced with the playmaker actions for uGUI.

(I'm not a programmer myself and those tutorials helped me a great deal to make nice looking and animated menus in a very short period of time... the only thing he does in code is basically a manager keeping track of which menu is open and changing bool values in the animator, setting up a basic FSM to do the same took me roughly 10-20 minutes)

Edit: you'll find jean's videos regarding the playmaker ugui proxy components etc. in this playlist: https://www.youtube.com/playlist?list=PLFXYYxmSM-Ge4Qxx80EnT6xiLHQXKGHW3
« Last Edit: May 22, 2015, 03:50:08 AM by marv »

Tedthebug

  • Playmaker Newbie
  • *
  • Posts: 21
Re: Ugui tutorials available?
« Reply #4 on: May 22, 2015, 04:04:02 AM »
Thanks, I'll check them out