Search found 6 matches

by sjuskadur
Wed Dec 05, 2018 4:01 pm
Forum: Amplify Shader Editor
Topic: Transparency sorting issue
Replies: 1
Views: 2471

Transparency sorting issue

Hello!

I am decent at shadergraph creation, but one thing that always kicks me in the proverbial nuts is alpha sorting issues

Image

how can I fix this?

thnkx <3
by sjuskadur
Wed Aug 08, 2018 3:10 pm
Forum: General Discussion
Topic: Texture Animation Offset based on world position Issue
Replies: 5
Views: 11315

Re: Texture Animation Offset based on world position Issue

I will review it and all the unity devs I know already use amplify =)

I realized I jumped the gun on my solution, and the solution is a bit messy since I have to use some really big numbers but it works

https://i.imgur.com/oNfz7zw.png

Values that worked for me were

LocTimeDiv: -1000 (since i ...
by sjuskadur
Wed Aug 08, 2018 12:01 pm
Forum: General Discussion
Topic: Texture Animation Offset based on world position Issue
Replies: 5
Views: 11315

Re: Texture Animation Offset based on world position Issue

Thanks for the quick reply!

Hey there, I strongly recommend that you take a look into our Simple GPU Instancing sample, as it's one of the best approaches for providing random values to your shader, which is through scripting.

I am a technical novice when it comes to shader creation as I dont ...
by sjuskadur
Tue Aug 07, 2018 5:09 pm
Forum: General Discussion
Topic: Texture Animation Offset based on world position Issue
Replies: 5
Views: 11315

Texture Animation Offset based on world position Issue

Hey!

Im having an issue. I am playing an animation on a texture on multiple objects in view, and I want to offset the animations so I cant see the tiling.

I have been using: Time (t/20) -> Object to world (x axis) -> Abs (so i dont get reversed anims) and then plug that into the animatioin time ...
by sjuskadur
Tue May 29, 2018 5:41 pm
Forum: Amplify Shader Editor
Topic: Frameblending flipbook textures. Problem.
Replies: 3
Views: 4391

Re: Frameblending flipbook textures. Problem.

Thank you so much! I ended up figuring this out 10 mins ago.
Since I am an artist I definitely dont have the knowledge to do this in code X)

but here is what I ended up making along with the demo result.

https://imgur.com/a/MLQSFvm

https://i.imgur.com/HZDUc3d.jpg

I am currently turning this ...
by sjuskadur
Tue May 29, 2018 2:19 pm
Forum: Amplify Shader Editor
Topic: Frameblending flipbook textures. Problem.
Replies: 3
Views: 4391

Frameblending flipbook textures. Problem.

Hey guys! I am having a frustrating issue I cant seem to figurehttp://amplify.pt/forum/viewforum.php?f=23 out. I am making a material with a 4x4 flipbook, and instead of jumping between frames, I am trying to set it up so it lerps between them. To do that I have set up 2 flipbooks with the same ...