Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Pontoco/UnityRecorder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: official
Choose a base ref
...
head repository: Pontoco/UnityRecorder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 31, 2020

  1. Fix exception when querying types in an assembly. Many Roslyn types c…

    …an't be loaded via Assembly.GetTypes().
    Kleptine committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    2d73a32 View commit details
    Browse the repository at this point in the history
  2. Fix second exception when querying types in an assembly. Many Roslyn …

    …types can't be loaded via Assembly.GetTypes().
    Kleptine committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    fa2b93b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    919de49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561465e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d57cd5 View commit details
    Browse the repository at this point in the history
  4. Allow external code to release settings ScriptableObjects of a Record…

    …erControllerSettings object. Lets us avoid a memory leak, and domain reload increase.
    Kleptine committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1dd9706 View commit details
    Browse the repository at this point in the history
  5. Only log in verbose mode.

    Kleptine committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    f4b7738 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    0f4af30 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    bf1d8d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d79bac View commit details
    Browse the repository at this point in the history
  3. Add variable frame rate support to MovieRecorder. With FMOD, variable…

    … frame rate is currently the only option.
    Kleptine committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    85a929c View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Kleptine committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    adf2867 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    b6abf55 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    07888f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb1bdb View commit details
    Browse the repository at this point in the history
  3. Fix lag spikes in UnityRecorder. Avoid sending too many audio samples…

    … to the Media Encoder.
    Kleptine committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    aec9400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff63161 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    306aaf8 View commit details
    Browse the repository at this point in the history
Loading