FindUnityAsset
FindUnityAsset ["name"]
finds the asset with the specified name.
FindUnityAsset["name", "type"]
finds the asset with the specified name and type.
FindUnityAsset[patt, …]
finds the asset with name matching the string pattern patt.
FindUnityAsset[File["file"], …]
finds the asset at the specified file path.
FindUnityAsset[…,n]
finds at most n assets.
Details
- FindUnityAsset[expr] returns the first Unity asset it found, Missing["Nonexistent"] if none were found.
- FindUnityAsset[…,n] returns a list of at most n assets.
- FindUnityAsset[…,All] finds all matching assets.
- FindUnityAsset[expr] is equivalent to FindUnityAsset[expr,All,1]
- FindUnityAsset[All,All,All] finds all assets in the project.
Examples
open allclose allBasic Examples (3)Summary of the most common use cases

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-buodkt

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-c28u0u

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-rh4pcp

Find an asset from a file path:

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-ckdaa6

Scope (4)Survey of the scope of standard use cases

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-h176vi

Find an asset from a file path:

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-hdvvwt

Find assets using string patterns:

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-ygdlci

Find all assets with a specific type:

https://wolfram.com/xid/0dbd3c122tj3gds71o62ye-343n4l

Wolfram Research (2019), FindUnityAsset, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html.
Text
Wolfram Research (2019), FindUnityAsset, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html.
Wolfram Research (2019), FindUnityAsset, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html.
CMS
Wolfram Language. 2019. "FindUnityAsset." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html.
Wolfram Language. 2019. "FindUnityAsset." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html.
APA
Wolfram Language. (2019). FindUnityAsset. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html
Wolfram Language. (2019). FindUnityAsset. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html
BibTeX
@misc{reference.wolfram_2022_findunityasset, author="Wolfram Research", title="{FindUnityAsset}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html}", note=[Accessed: 05-June-2025
]}
BibLaTeX
@online{reference.wolfram_2022_findunityasset, organization={Wolfram Research}, title={FindUnityAsset}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/FindUnityAsset.html}, note=[Accessed: 05-June-2025
]}