Search Unity

Difference between devassistant/intermediate/master

Discussion in 'PSM' started by glaporte, Jul 3, 2014.

  1. glaporte

    glaporte

    Joined:
    Jul 3, 2013
    Posts:
    11
    Hello what is the difference between this 3 build?

    The game run faster in any build?

    Thank you
     
  2. eriQue

    eriQue

    Unity Technologies

    Joined:
    May 25, 2010
    Posts:
    595
    The setting controls what type of package/output will be created (see the docs).

    A DevAssistant non-development build has equivalent performance with a master/intermediate build.
     
    glaporte likes this.
  3. Spidyy

    Spidyy

    Joined:
    Mar 6, 2011
    Posts:
    184
    In summary :
    - DevAssistant is used to plug your Vita on your PC and test your application directly on it, with the benefits of the profiler.

    - Intermediate is to generate your compiled project data as is, so you can next package it with the Publisher Utility and, for example, send your package to your teammates who don't have a publisher license.

    - Master is for your final product to be put on the market.

    If you work alone, don't bother with Intermediate build.