GetUnmanaged singular binary fix
Version 4.7.2
This update fixes a bug in Wawa.IO.PathFinder.GetUnmanaged<T>
that broke when there only existed a single binary in a given library subfolder. wawa.IO
is the only assembly with any changes, public or internal. This library has been recompiled as version 4.7.2 just to keep Unity's assembly conflict problems away.
PATCH
wawa.IO
:
- Fix
Wawa.IO.PathFinder.GetUnmanaged<T>
claiming there was an error when traversing through folders ends up in a directory that only contains a single binary that matches the file name, as well as removing unnecessary overhead involving the attempt of creation of directories that always exist, and the verification of files.