-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameters for generation #4
Comments
Hi @slimshader . Currently there is no option to provide parameters or to specify output path for generator. I could add it for you. In a few days I will release new version. |
That would be great, thanks! Question tho: the matter of license is not really clear to me, I only by coincidence discovered that the same asset is also on the Asset Store but here it says it only need the link and some kind of warning? |
Oh, Unity broke it's own references to Asset Store. Fixed. License is standard Unity Asset Store License. Short version - pay 10$, use at any number of projects, any number of games for your organization. Warning in license section says - If you want to make you own asset for Unity Asset Store which is using my t4-templates, at least provide a link to my t4-templates. |
Added parameters passing to template in version 2.0.0. Here is example of template with parameters and code to run it. |
looking great, thanks! is there a way to pass output file name also? i know that it is not strictly to T4 convention but it would be very useful when running same template for multiple input sets. Using a hack at the moment that writes a file from within a template |
There is multiple optional parameters in |
oh, I missed that, that is great, thanks |
Hi, when using UnityTemplateGenerator. RunForTemplate(templatePath):
The text was updated successfully, but these errors were encountered: