Skip to main content
Search our knowledge base

How do I build my Unity Project in Batchmode Locally?

Comments

1 comment

  • Diego de Palacio Ruiz Cabañas

    If the template script is used, then an additional line of code is needed to avoid errors while building:

    buildPlayerOptions.locationPathName = {BUILD_PATH};

     

    1

Please sign in to leave a comment.