gives detailed information about the Unity Engine being run.
UnityInformation["comp"]
gives a list of rules with information about the component "comp".
UnityInformation ["comp","prop"]
gives the value of property "prop" for component "comp".


UnityInformation
gives detailed information about the Unity Engine being run.
UnityInformation["comp"]
gives a list of rules with information about the component "comp".
UnityInformation ["comp","prop"]
gives the value of property "prop" for component "comp".
Details and Options
- When run in a notebook interface, UnityInformation[] yields a graphical form; otherwise, it gives a list of rules.
- UnityInformation[All] always gives a list of rules.
- Typical possible components to specify include:
-
"Engine" Unity Engine used to run game simulations "Editor" Unity Editor used to design games "System" current system Unity is running on - UnityInformation["comp","Properties"] gives a list of names of properties for component "comp".
- UnityInformation["Components"] gives a list of names of components.
Examples
open all close allBasic Examples (1)
Related Guides
Text
Wolfram Research (2019), UnityInformation, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html.
CMS
Wolfram Language. 2019. "UnityInformation." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html.
APA
Wolfram Language. (2019). UnityInformation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html
BibTeX
@misc{reference.wolfram_2025_unityinformation, author="Wolfram Research", title="{UnityInformation}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html}", note=[Accessed: 12-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_unityinformation, organization={Wolfram Research}, title={UnityInformation}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html}, note=[Accessed: 12-August-2025]}