Sequential GetAssets/GetUnmanaged fix
Version 4.6.1
This update fixes a bug to do with loading external assets and libraries. wawa.IO
is the only assembly with any changes, public or internal. This library has been recompiled as version 4.6.1 just to keep Unity's assembly conflict problems away.
PATCH
wawa.IO
:
- Fix bug relating to Wawa.IO.PathFinder.GetAssets and Wawa.IO.PathFinder.GetUnmanaged relating to using the same function twice on the same assembly, but with different type parameters on both. This would cause an unexpected
InvalidCastException
.