Options

Many of these relate to Unity3d command line arguments

    • Batch Mode - should be left enabled usually, enables the Unity -batchmode
    • No graphics - on Windows only, do not initialize a graphics device during a build to avoid errors when running without a good GPU. Equivalent to -nographics command line option
    • Project path - specifies the path (relative to Working directory) of Unity project to open
    • Build Player - choose which Unity Player to build, currently supported are Web, Windows or OSX (but it would be easy to add others if required). Equivalent to passing -buildWebPlayer -buildWindowsPlayer or -buildOSXPlayer on command line
    • Execute method - specify a method for Unity to execute, to allow you to customise your build process. Equivalent to -executeMethod on the command line
    • Build path - specify the output build path for the Player
    • Clear output before - ensures output folder exists and is empty, before invoking Unity
    • Clean output after - removes any .svn and .meta files found in the output directory, as these are usually not wanted
    • Quit - specify if unity should quit after a build. Usually should be left enabled, equivalent to the -quit command line option

最新文章

  1. [转]How do you create a custom AuthorizeAttribute in ASP.NET Core?
  2. universal image loader自己使用的一些感受
  3. java多线程系类:基础篇:01基本概念:
  4. struts2 配置 struts.xml 提示
  5. C# params参数的应用
  6. Storm的容错性
  7. java下DataInputStream与DataOutputStream写入数据的同时写入数据类型
  8. 一步一步学python(三) - 使用字符串
  9. Java下获取可用CPU数
  10. ArcEngine 关于缩放至一定比例显示地图的问题
  11. 客户端一致性与多Leader机制------《Designing Data-Intensive Applications》读书笔记7
  12. junit设计模式--组合模式
  13. Centos7 Yum方式安装Mysql7
  14. webservice之jax-ws实现方式
  15. LeetCode算法题-Binary Tree Paths(Java实现-3种解法)
  16. vue樣式綁定
  17. mybatis源码解析11---ParameterHandler解析
  18. 接口测试工具SoapUI Pro5.1.2基本使用20150920
  19. 107. 二叉树的层次遍历 II
  20. [LeetCode] 586. Customer Placing the Largest Number of Orders_Easy tag;SQL

热门文章

  1. linux svn 命令
  2. maven的相关命令
  3. PHP 权限管理
  4. Set,List,Map的区别
  5. $ python-json模块的基本用法
  6. C#求百分比
  7. 【leetcode刷题笔记】Convert Sorted Array to Binary Search Tree
  8. jQuery多层级垂直手风琴菜单
  9. hadoop源码分析
  10. socket IPC(本地套接字 domain)