Skip to content

UnityInspector 0.6.5 [Beta]

Latest

Choose a tag to compare

@PicoShot PicoShot released this 11 Jun 20:22

What's Changed

  • Added: Display string content in the method invoke result popup
  • Added: Config file is now created with default values when the config file does not exist on disk
  • Added: Inspector navigation for invoke popup return values
  • Added: Support for C# decimal and IntPtr/UIntPtr types
  • Fixed: Hotkey toggle not working when the menu is hidden
  • Fixed: Game freezes or deadlocks while scanning in the memory scanner
  • Fixed: External overlay menu background becoming transparent and other bug fixes
  • Changed: Sort fields by offset instead of alphabetically
  • Changed: Cached runtime methods for the debug console
  • Changed: Optimized searches using pre-lowercased queries and allocation-free searches
  • Changed: Lua plugin system is now disabled by default and requires user interaction to enable
  • Changed: Lua JIT is now disabled by default and can be enabled via config

How to install

Contributors

  • Special thanks to @juzt3 for their contributions.