Skip to content

v1.0.8

Choose a tag to compare

@MrUnbelievable92 MrUnbelievable92 released this 18 Aug 06:16
· 8 commits to master since this release
2a4d4bf

Additions

  • added IEnumerable<T> ForEachDirectory<T>(string folder, Func<string, T> func) to DirectoryExtensions
  • added IEnumerable<T> ForEachFile<T>(string folder, Func<string, T> func) to DirectoryExtensions

Fixed Oversights

  • .meta files are now included to allow for adding the repository to Unity projects via its github URL