FindUnityComponent[obj,"type"]
finds the component on the game object obj and type "type".
FindUnityComponent["name",…]
finds the component on the game object with name "name".
FindUnityComponent[patt, …]
finds the component on the game object with name matching the string pattern patt.
FindUnityComponent[…,n]
finds at most n components.


FindUnityComponent
FindUnityComponent[obj,"type"]
finds the component on the game object obj and type "type".
FindUnityComponent["name",…]
finds the component on the game object with name "name".
FindUnityComponent[patt, …]
finds the component on the game object with name matching the string pattern patt.
FindUnityComponent[…,n]
finds at most n components.
Details and Options
- FindUnityComponent returns the first Unity game object component it found, Missing["Nonexistent"] if none were found.
- The following option can be specified:
-
Method "Self" search bounds in the transform hierarchy - Possible Method settings include:
-
"Self" searches only the game object "Ancestors" searches the game object and its ancestors "Descendants" searches the game object and its descendants - FindUnityComponent[…,n] returns a list of at most n components.
- FindUnityComponent[…,All] finds all matching components.
- FindUnityComponent[All] finds all components in the open scenes.
Examples
open all close allBasic Examples (4)
Scope (7)
Find a component from a UnityGameObject reference:
Find a component from the name of the game object:
Find the first three components on a game object:
Find all the components on a game object:
Find all the components of a certain type:
Text
Wolfram Research (2019), FindUnityComponent, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/FindUnityComponent.html.
CMS
Wolfram Language. 2019. "FindUnityComponent." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/FindUnityComponent.html.
APA
Wolfram Language. (2019). FindUnityComponent. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/FindUnityComponent.html
BibTeX
@misc{reference.wolfram_2025_findunitycomponent, author="Wolfram Research", title="{FindUnityComponent}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/FindUnityComponent.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_findunitycomponent, organization={Wolfram Research}, title={FindUnityComponent}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/FindUnityComponent.html}, note=[Accessed: 15-August-2025]}