Search Unity

PostprocessBuildPlayer on Windows

Discussion in 'Editor & General Support' started by Mike08, Oct 20, 2010.

  1. Mike08

    Mike08

    Joined:
    Dec 29, 2005
    Posts:
    124
    Hi,

    I don't get the PostprocessBuildPlayer to work in the Unity Editor on Windows. Can someone help me?

    Also with an working example

    By
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    you likely didn't write it in the right format ... on windows that means batch script (*.bat files normally) or command shell code ...
    the rest will not work as bash etc are not installed on windows

    technically vbs would work but any reasonable user has disabled it normally due to its missuse for worm and phishing
     
  3. Mike08

    Mike08

    Joined:
    Dec 29, 2005
    Posts:
    124
    Hi dreamora

    can you post a little example of a PostprocessBuildPlayer for windows

    Thanks

    By