Skip to content

Runtime Unity Editor v5.5

Compare
Choose a tag to compare
@ManlyMarco ManlyMarco released this 25 Sep 22:19
· 5 commits to master since this release

What's Changed

  • Add BepInEx6 IL2CPP port (combined mono and IL2CPP codebases) by @ManlyMarco in #56
  • New feature - Breakpoints by @ManlyMarco in #85
    • Can now right-click on properties and methods in inspector to attach Breakpoints to them.
    • Whenever a Breakpoint is hit all method parameters and the return value are stored and logged in the new Breakpoints Window.
    • Breakpoint hits can be set to trigger external debuggers.
  • dnspy context menu option improvements

Full Changelog: v5.4.1...v5.5