Unity Editor post processor who will related the T4 template to its generated (C#) file.
Need to put this file in an editor subfolder to make sure Unity will pick it up.
Can also be triggered manually through the Assets context menu.
- For editor assembly support: replace the string "Assembly-CSharp.csproj" with "Assembly-CSharp*.csproj".
- For runtime text templates: modify the content of the string from TextTemplatingFileGenerator to TextTemplatingFilePreprocessor.
- Niek Jannink - njannink
This project is licensed under the MIT License - see the LICENSE file for details