unity_version {unifir} | R Documentation |
Print the version of the Unity Editor in use.
unity_version(unity = NULL)
unity |
The path to the Unity executable on your system (importantly,
not the UnityHub executable). If |
A character vector of length 1 containing the version of Unity in use.
try(
unity_version()
)