Skip to content

Saneject 1.0.4

Choose a tag to compare

@alexanderlarsen alexanderlarsen released this 21 Apr 09:11
· 13 commits to main since this release
7a501ae

Added

  • Added Inject toolbar support for Unity 6000.3 and newer using Unity's MainToolbar API.
  • Kept a legacy Inject toolbar implementation for earlier supported Unity versions that do not expose the new toolbar API.

Improved

  • Optimized both Inject toolbar implementations to use proper editor callbacks instead of polling.
  • Simplified the legacy toolbar flow while preserving the required fallback attachment approach for older Unity versions.