Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: jess84 on August 18, 2014, 01:01:35 PM

Title: Enable Behaviour action - Can't choose Sprite
Post by: jess84 on August 18, 2014, 01:01:35 PM
Enable Behaviour action, I can choose my object's GUI Texture or GUI Text no problem, but you can't enable/disable Sprite Renderer. (it's fine with dragging the component onto the Component field, but on the dropdown for Behaviour, sprite renderer isn't an option!)
Title: Re: Enable Behaviour action - Can't choose Sprite
Post by: jeanfabre on August 17, 2015, 12:37:34 AM
Hi,

 Simply because it's not a Behavior. You won't access any "xxxRenderer" for example,  the "Transform" is also not something accessible this way.

If you want to disable a Sprite, simply disable the GameObject, is that not possible in your case?

 Bye,

 Jean