
Automatically analyzes WAV files to detect and extract the most seamless, high-quality sections possible, creating smooth, ready-to-use music loops.The demo is in URP, which only contains the screenshot instructions (required by Unity). The utility can be used on any editor render pipeline.🎁 Bundle Deal: This package is included in the Neko Legends - 3D & VFX Starter Bundle.I often get requests for loops from my free music library, but creating them manually is time-consuming. This tool automates the process for tracks with repeating choruses or patterns. While not all music will produce a 100% seamless loop — as results depend heavily on the source material — the Music Loop Seeker will always deliver the best possible match.⏳ It can take 30 seconds to a minute+ to do each analysis depending on song length and the number of CPU cores you have. Deep seek mode will take even longer but will yield better results. I was going to include a fast, few seconds mode, but that would defeat the purpose of this tool since the results would be inferior, and ultimately a waste of time.🎵 Features🎯 Smart Loop Detection – Analyzes WAV files to find the smoothest, most natural loop points within your chosen range.⚡ High-Performance Analysis – Powered by Unity’s multithreaded Jobs and Burst compilation for ultra-fast loop detection, even on large audio files.⏱️ Custom Length Control – Set minimum and maximum loop durations (5–600 seconds) to fit your needs.🚦 Transient Avoidance – Prevents cuts at sudden volume spikes for cleaner transitions.🎚️ Precision Windows – Fine-tune micro (15–80 ms) and macro (150–1000 ms) analysis windows for optimal matching.🎼 Beat-Synced Filtering – Option to only detect loops aligned with bars/multiples of 4, adjustable BPM.🔍 Deep Seek Mode – Perform an in-depth search for harder-to-find loop points.🗂️ Result Sorting – Sort by best match, shortest, longest, earliest, or latest start point.🧹 Duplicate Hiding – Remove similar loops to keep results clean and manageable.📈 Seamless Match Scoring – View percentage-based match quality for every loop found.💾 One-Click Export – Save selected loops as WAV files, with optional normalization.🐾 Friendly UI – Integrated directly into Unity from Tools -> Neko Legends-> Music Loop Seeker🎯 No subscription fees like some online solutions. Buy once, yours forever.🎵 Bonus MusicRoyalty-free music included from video demo to for your to test the utilitySee PDF manual for more details on each property setting.🛠 Technical DetailsUnity Version: Created and tested on Unity 6.1.Platform Support: Editor-only toolAudio Format: Works with WAV files (mono or stereo).Performance: Uses Unity’s C# Jobs System and Burst Compiler for multithreaded, high-speed analysis on large audio files.Editor Integration: Fully integrated into Unity’s Editor — no runtime components required.Dependencies: None (all required scripts and tools are included).Currently does not support MP3 or compressed audio formats.Limitations:Loop accuracy depends on source material (complex or highly dynamic music may require manual adjustment).📦 Dependencies✅ Burst – High-performance math and slicing (via Unity.Burst)✅ Collections – Native containers for efficient memory (via Unity.Collections)✅ Jobs – Enables multithreaded slicing and physics (via Unity.Jobs)✅ Mathematics – Math types for Burst/Jobs (via Unity.Mathematics)PDF manual, icon, marketing, performance optimizations