playMaker

Author Topic: GUI newbie question  (Read 1813 times)

jgalvezpa

  • Junior Playmaker
  • **
  • Posts: 58
GUI newbie question
« 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?

xhidnoda

  • Full Member
  • ***
  • Posts: 231
Re: GUI newbie question
« Reply #1 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


Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: GUI newbie question
« Reply #2 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.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

Bqlqzs

  • Junior Playmaker
  • **
  • Posts: 52
Re: GUI newbie question
« Reply #3 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.