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
- CreateUnityLibrary generates a library suitable for use on the type of computer on which it is run.
- CreateUnityLibrary creates a library in the directory specified by the current value of $UnityAssetsDirectory.
- The file created can subsequently be loaded in Unity scripts and applications.
Examples
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