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: K0lb3/UnityPy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jesliwang/UnityPy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    426bfc8 View commit details
    Browse the repository at this point in the history
  2. 修改缩进格式

    jesliwang committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e7b1d28 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    d151e32 View commit details
    Browse the repository at this point in the history
  2. fix indent

    jesliwang committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e74ba3b View commit details
    Browse the repository at this point in the history
  3. fix bin type knowledge

    jesliwang committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    598a529 View commit details
    Browse the repository at this point in the history
  4. Mesh cleanup

    K0lb3 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e2aac2e View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    K0lb3 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    528a427 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Merge branch 'master' into develop

    # Conflicts:
    #	UnityPy/__init__.py
    jesliwang committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    87ac633 View commit details
    Browse the repository at this point in the history
  2. 增加shader的导出

    jesliwang committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6ce6f5e View commit details
    Browse the repository at this point in the history
  3. some fixes & improvments

    fixes:
    - missing whitespace added:
      - LOD
      - Lighting
      - GpuProgrammID
    
    - SubProgram platforms  -> platform
    - hw_tier correct number format fix
    - correct intent for ConvertSerializedTagMap
    
    improvments:
    - saner programtype conditions (type in [] instead of a bunch of type == or)
    - sb = [f""] -> [], no need to add an empty string at the start
    K0lb3 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    cd25018 View commit details
    Browse the repository at this point in the history
Loading