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: qualiator/UnityGraphicsProgramming2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: IndieVisualLab/UnityGraphicsProgramming2
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.
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Jan 6, 2019

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

Commits on Mar 24, 2019

  1. Create LICENSE

    kaiware007 authored Mar 24, 2019
    Configuration menu
    Copy the full SHA
    388ba5c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. MinAttribute is an ambigous reference

    Without explicitly referencing MinAttribute to either UnityEngine.PostProcessing.MinAttribute or UnityEngine.MinAttribute, unity will flag a compile error when starting playmode.
    ```'MinAttribute' is an ambiguous reference between 'UnityEngine.PostProcessing.MinAttribute' and 'UnityEngine.MinAttribute'```
    bonsak authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    c1e10b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Merge pull request IndieVisualLab#1 from bonsak/patch-1

    MinAttribute is an ambigous reference
    mattatz authored Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5f3e013 View commit details
    Browse the repository at this point in the history
Loading