Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Change Unity Build Settings using C# script

Discussion in 'General Discussion' started by IndieDev25, Aug 7, 2022.

  1. IndieDev25

    IndieDev25

    Joined:
    Apr 26, 2022
    Posts:
    1
    Hi, I want to change my Compression Method from Default to LZ4 but I want to do it using the C# script. Is there a way to change it using script ?? I have tried using BuildPipeline but it automatically Builds the project. I only want to change the Compression Method using Script.
     

    Attached Files:

  2. lbenard

    lbenard

    Joined:
    Mar 1, 2021
    Posts:
    2
    Hello! Did you find a solution to your issue?
    I currently am encountering the same needs.