GetComponentInChildren/Parent always returns own Transform
enkephalin07 opened this issue · 1 comments
enkephalin07 commented
GetComponent methods always include the current object, which always has a Transform if nothing else. GetComponentInChildren or Parent always gets the same Component as GetComponent.
ManlyMarco commented
Works more or less as intended.
It's no longer an issue since finding components is now possible from the object tree view and repl console, so I'm closing the issue.