playMaker

Author Topic: get renderer bounds[SOLVED]  (Read 2827 times)

upOwlNight

  • Playmaker Newbie
  • *
  • Posts: 27
get renderer bounds[SOLVED]
« on: January 28, 2016, 07:52:04 AM »
This would be huge for me. I don't know how to program. I've been trying all kinds of ways to find where the renderer bounds are stored. Looks like someone made an action for this back in 2012 http://hutonggames.com/playmakerforum/index.php?topic=2623.msg11842#msg11842
« Last Edit: February 02, 2016, 10:19:54 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: get renderer bounds
« Reply #1 on: February 01, 2016, 06:53:52 AM »
Hi,

 There is a GetBound on the Ecosystem. have you checked it?

https://sly.snipt.net/getbound/

Bye,

 Jean

upOwlNight

  • Playmaker Newbie
  • *
  • Posts: 27
Re: get renderer bounds
« Reply #2 on: February 01, 2016, 04:35:59 PM »
Works beautifully as long as I add a collider to my object. Thanks a lot jean, as always.