playMaker

Author Topic: Only GUIText?  (Read 1146 times)

reddjinnpro

  • Playmaker Newbie
  • *
  • Posts: 2
Only GUIText?
« on: July 27, 2017, 03:04:48 PM »
Hello all. I am making a digital board game that leans heavily on updating global values such as stat scores and hitpoints etc. Fundamentally, updating a GUIText component works fine but my issue is my "character sheets" are built from the new ui system. I have a canvas, then a panel, then various text values anchored to specific locations within that panel. A GUIText component cant do this as far as I know. Can playmaker call text objects within a canvas?

Thanks so much for the help!
« Last Edit: July 27, 2017, 03:06:22 PM by reddjinnpro »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Only GUIText?
« Reply #1 on: July 28, 2017, 01:36:41 AM »
Hi,
You can get the uGui actions on the Ecosystem
and many other custom actions / packages / samples :)

Search for 'ugui proxy full'

reddjinnpro

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Only GUIText?
« Reply #2 on: July 28, 2017, 09:40:33 AM »
This looks great! I think this might do it. I'll repost when I know for sure for those with the same question.  Your time is really appreciated, thank you!