UnityLink`
UnityLink`

UnityInformation

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

  • 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 allclose all

Basic Examples  (1)

To use UnityLink, you need first to load the package:

Start the local Unity engine:

Display system information; browse to the relevant tab for details:

Give the Unity engine version:

Scope  (3)

Get a list of all known components:

Get a list of all available properties for a given component:

Get the value of a particular property:

Wolfram Research (2019), UnityInformation, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html.

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_2022_unityinformation, author="Wolfram Research", title="{UnityInformation}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html}", note=[Accessed: 26-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2022_unityinformation, organization={Wolfram Research}, title={UnityInformation}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/UnityInformation.html}, note=[Accessed: 26-April-2024 ]}