Search Unity

Audio Change AudioClipLoadType at runtime

Discussion in 'Audio & Video' started by default_team, Nov 27, 2020.

  1. default_team

    default_team

    Joined:
    Dec 1, 2018
    Posts:
    21
    Can I change AudioClipLoadType of audio clips at runtime? Runtime in the sense while running in a device.

    All examples I found use Editor scripts, such as the `AssetPostprocessor.OnPreprocessAudio()`. But I want to adjust audio clip settings in a running build.