CreateUnityLibrary [func,"libname"]
creates a shared library libname from a compiled version of func suitable for use in Unity.
CreateUnityLibrary [namefunc,"libname"]
exports func with the specified name.
CreateUnityLibrary [{func,name1func1,…},"libname"]
exports compiled versions of func, func1,….


CreateUnityLibrary
CreateUnityLibrary [func,"libname"]
creates a shared library libname from a compiled version of func suitable for use in Unity.
CreateUnityLibrary [namefunc,"libname"]
exports func with the specified name.
CreateUnityLibrary [{func,name1func1,…},"libname"]
exports compiled versions of func, func1,….
Details and Options
- CreateUnityLibrary generates a library suitable for use on the type of computer on which it is run.
- The file created can subsequently be loaded in Unity scripts and applications.
Related Guides
Text
Wolfram Research (2019), CreateUnityLibrary, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/CreateUnityLibrary.html.
CMS
Wolfram Language. 2019. "CreateUnityLibrary." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/CreateUnityLibrary.html.
APA
Wolfram Language. (2019). CreateUnityLibrary. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/CreateUnityLibrary.html
BibTeX
@misc{reference.wolfram_2025_createunitylibrary, author="Wolfram Research", title="{CreateUnityLibrary}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/CreateUnityLibrary.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_createunitylibrary, organization={Wolfram Research}, title={CreateUnityLibrary}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/CreateUnityLibrary.html}, note=[Accessed: 14-August-2025]}