Thanks for following along! This is a tagged release (2022.707.0).
What's Changed
- Full NRT pass on Android by @Susko3 in #5286
- Fix
File.Move
operations occasionally failing on windows due to star misalignment by @peppy in #5290 - Set proper access modifier on
ScheduledDelegate.State
by @Susko3 in #5291 - Remove the nullable disable annotation in the benchmark project by @andy840119 in #5292
- Remove noisy MIDI handler log output by @peppy in #5293
- Remove class constraint on AsNonNull() by @smoogipoo in #5296
- Fix
DrawVisualiser
blocking positional input while not searching by @frenzibyte in #5297 - Expose async track
Start
/Stop
/Play
/Restart
methods by @peppy in #5294 - Reduce
Scheduler
overhead when no tasks are pending by @peppy in #5295 - Show hidden items in DirectorySelectors by @ggliv in #5251
New Contributors
Full Changelog: 2022.704.0...2022.707.0