kvazmatik Posted July 18, 2018 Share Posted July 18, 2018 For example if I set or disable GameObject to be interactive is there a way to check it's interactive status ? Link to comment Share on other sites More sharing options...
rich Posted July 18, 2018 Share Posted July 18, 2018 if (sprite.input.enabled) { // do stuffs } Monteiz and kvazmatik 2 Link to comment Share on other sites More sharing options...
kvazmatik Posted July 19, 2018 Author Share Posted July 19, 2018 Thanks a lot. Link to comment Share on other sites More sharing options...
Recommended Posts