favoyang / unity-addressable-importer

A rule based addressable asset importer
MIT License
885 stars 124 forks source link

Regex.Replace() address generation #1

Closed AlkisFortuneFish closed 5 years ago

AlkisFortuneFish commented 5 years ago

This PR implements replaces the original implementation of address simplification with a more powerful system using Regex.Replace(). This allows the use of capture groups for arbitrary address generation. The original Simplified option still works, re-implemented as a regular expression.