Problem:
image.png每次unity打开新项目都是Stand & Mac & Window 什么鬼的平台,反正我只想要Android和iOS,每次再转平台太浪费时间,直接用命令行比较高效,省去了中间打开默认平台=》Android || iOS的过程
命令行结构
unity执行文件 -projectPath 项目路径 -buildTarget Android或iOS
MacOS
/Applications/Unity_2017/Unity.app/Contents/MacOS/Unity -projectPath /Users/mac/GitRepository/Unity/MartinProj -buildTarget iOS
Windows
unity.exe -projectPath E:\ProjectPath -buildTarget iOS
网友评论