snippetbashTip
u3d — A set of tools to interact with Unity. More information: <https://github.com/DragonBox/u3d>.
Viewed 0 times
commandu3dinteractcliunitywithsettools
Problem
How to use the
u3d command: A set of tools to interact with Unity. More information: <https://github.com/DragonBox/u3d>.Solution
u3d — A set of tools to interact with Unity. More information: <https://github.com/DragonBox/u3d>.Open the project in the current directory using the correct Unity version:
u3dList installed versions of Unity:
u3d listList available versions of Unity that can be downloaded:
u3d availableDownload and install latest stable Unity version:
u3d install latest_stableDownload and install Unity version and editor [p]ackages:
u3d install {{2021.2.0f1}} -p {{Unity,iOS,Android}}Code Snippets
Open the project in the current directory using the correct Unity version
u3dList installed versions of Unity
u3d listList available versions of Unity that can be downloaded
u3d availableDownload and install latest stable Unity version
u3d install latest_stableDownload and install Unity version and editor [p]ackages
u3d install {{2021.2.0f1}} -p {{Unity,iOS,Android}}Context
tldr-pages: common/u3d
Revisions (0)
No revisions yet.