Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Digitom on May 28, 2015, 11:24:11 AM

Title: [SOLVED] Set UI Text Parent Action
Post by: Digitom on May 28, 2015, 11:24:11 AM
The basic set parent action was giving me a bunch of yellow errors for UI canvas Text so I made this action for myself today...it works for world space canvas. Not sure if it works for screen overlay canvas or Local. Needed it to display bullet hits damage text...similar to borderlands.

works if you want to use a pool system for massive amounts of text spawns.

if anybody wants to improve it that would be cool too!
Title: Re: [SOLVED] Set UI Text Parent Action
Post by: jeanfabre on May 28, 2015, 03:05:56 PM
Hi,

 It's just that this action is not meant to be used with uGUI ( a unity thing).

 I made a new action suitable for this Set Transform Parent (https://github.com/jeanfabre/PlayMakerCustomActions_U4/blob/master/Assets/PlayMaker%20Custom%20Actions/Transform/SetTransformParent.cs), available on the Ecosystem (https://hutonggames.fogbugz.com/default.asp?W1181):

Bye,

 Jean
Title: Re: [SOLVED] Set UI Text Parent Action
Post by: Digitom on May 28, 2015, 11:09:27 PM
ah damnit...lol thanks jean