Search Unity

Source code for AudioMixerSnashot available?

Discussion in 'Scripting' started by fwalker, Feb 13, 2021.

  1. fwalker

    fwalker

    Joined:
    Feb 5, 2013
    Posts:
    255
    As it says in the title.
     
    Last edited: Feb 13, 2021
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,742
    I haven't used the objects you are referencing, but this is my go-to for timing in Unity3D:

    https://docs.unity3d.com/Manual/ExecutionOrder.html

    If your script code is calling stuff in those mixers, or if the mixer docs say certain things happen at certain times in the update loop, perhaps the above graph can give you an idea of what is going on.