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: UniCS-GameDev/UnityTutorialsProject
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: workshop02
Choose a base ref
...
head repository: UniCS-GameDev/UnityTutorialsProject
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 14, 2021

  1. Merge pull request #8 from UniCS-GameDev/workshop02

    Finished workshop02
    mblenczewski authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8e2b327 View commit details
    Browse the repository at this point in the history
  2. Finished workshop 3!

    mblenczewski committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b74043a View commit details
    Browse the repository at this point in the history
  3. Fix enemy rotation issue

    Enemies will now rotate to face the player when within striking range
    (stopping distance). This required a small update to the EnemyMovement
    script, in the FixedUpdate method
    mblenczewski committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    e300060 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from UniCS-GameDev/workshop03

    Finished Workshop03
    mblenczewski authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    c091657 View commit details
    Browse the repository at this point in the history
Loading