Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jgalvezpa on March 12, 2014, 11:22:59 PM

Title: GUI newbie question
Post by: jgalvezpa on March 12, 2014, 11:22:59 PM
Hello sorry for the newbie question it is my 1st developing a game.
The GUI where the Button Play i need to create one like that i want it to show my score, stars etc,
do i need a plugin such as NGUI or playmaker can do that?
Title: Re: GUI newbie question
Post by: xhidnoda on March 13, 2014, 10:23:43 AM
nop...Playmaker can't do that.
This is a sprite (score, text, stars etc.)
You need a NGUI for do that, or 2D toolkit or just use unity native 2D tool

Title: Re: GUI newbie question
Post by: Lane on March 13, 2014, 10:31:56 AM
You could probably do this with Unity GUI, but it would be significantly easier to do it with NGUI or something equivalent.
Title: Re: GUI newbie question
Post by: Bqlqzs on March 13, 2014, 10:48:01 AM
I think the easy way for this, if you create the background image with all (background, panel, boxex, ect...)
and simple put the texts with positions over the background image.