Search found 5 matches

by teofilobd
Wed Jan 31, 2018 6:37 pm
Forum: Amplify Shader Editor
Topic: Expose RenderType on templates?
Replies: 9
Views: 6073

Re: Expose RenderType on templates?

It worked! Thanks! :D
by teofilobd
Tue Jan 30, 2018 6:58 pm
Forum: Amplify Shader Editor
Topic: Expose RenderType on templates?
Replies: 9
Views: 6073

Re: Expose RenderType on templates?

Hi,

It's still not working :(
I'm using Amplify v1.4.3 dev 01 (did a fresh install) on Unity 2017.2.0p4

Screen Shot 2018-01-30 at 11.00.11 AM.png

And this is my template:


Shader /*ase_name*/ "ASETemplateShaders/Test" /*end*/
{
Properties
{
/*ase_props*/
}

SubShader
{
Tags { }
LOD ...
by teofilobd
Tue Jan 30, 2018 1:41 am
Forum: Amplify Shader Editor
Topic: Expose RenderType on templates?
Replies: 9
Views: 6073

Re: Expose RenderType on templates?

Hi Ricardo,

I updated amplify, but the tag option is still not showing up. Do I need to put something else besides the /*ase_tags*/ in the template?

Cheers,
by teofilobd
Mon Jan 29, 2018 6:01 pm
Forum: Amplify Shader Editor
Topic: Expose RenderType on templates?
Replies: 9
Views: 6073

Re: Expose RenderType on templates?

That's what I needed! Thanks! :D
by teofilobd
Fri Jan 26, 2018 7:42 pm
Forum: Amplify Shader Editor
Topic: Expose RenderType on templates?
Replies: 9
Views: 6073

Expose RenderType on templates?

Hi,

Is there a way of exposing the RenderType tag (or any other tag) in user-defined templates (just like when you use a 'surface shader')?

Cheers