Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: sturmburg on November 04, 2013, 02:40:51 PM

Title: How to setup a targeting reticle with playmaker[SOLVED]
Post by: sturmburg on November 04, 2013, 02:40:51 PM
Hi,

What would be the best way of rendering a targeting reticle in the center of the screen with Playmaker?

Thanks
Title: Re: How to setup a targeting reticle with playmaker
Post by: jeanfabre on November 05, 2013, 01:53:07 AM
Hi,

 Simply use a Gui Texture, and done, to center it, set its' transform position to 0.5,0.5,0 and modify the pixel inset to the actual size of your texture ( with the right offset as well, so if your texture is 128*128, the offset is -64,-64, the it's perfectly centered.)

Bye,

 Jean
Title: Re: How to setup a targeting reticle with playmaker
Post by: sturmburg on November 05, 2013, 06:38:35 AM
Thanks Jean.  That worked perfectly.