Search found 2 matches

by skipadu
Fri Jun 08, 2018 7:34 pm
Forum: Amplify Shader Editor
Topic: Swapping Sprite's Texture with shader
Replies: 3
Views: 3156

Re: Swapping Sprite's Texture with shader

Thanks for the answer.

I did get it working by switching the sprite with the script.

So new to these shaders, so really not sure what should be done and where. But hopefully learning it piece by piece.
by skipadu
Sat Jun 02, 2018 8:00 am
Forum: Amplify Shader Editor
Topic: Swapping Sprite's Texture with shader
Replies: 3
Views: 3156

Swapping Sprite's Texture with shader

Hi,

I found one way to swap sprite's texture to a different one using the following:
https://github.com/RetryEntry/UnityAnimatorChangeSprite
It is working when switching texture for the object and animation works nicely without a problem.

I would like to learn to do this with Amplify Shader and ...