I have bought some other dissolve effects and found that the meshes disappear at certain camera angles, suspect to do with their transparency. Is there any way I could get a demo of this to test if it meets my needs before I purchase it?
Example scene 1. Default Mask will be slow on mobile because Global Illumination is updated on every frame.
Open script AnimateCutout.cs and delete or comment line 35
As a shader programmer I can say that it is very easy. But I do not advertise it or provide such support. You can manually investigate shaders. All of them share the same Dissolve methods.
Hi Davit, I purchased your dissolve shader when it first came out and now I am looking to use it. Is it possible to setup where I have two sets of objects located in the same space and I dissolve out one set and dissolve in the other set at the same time using say a sphere? Similar to the Plane and Sphere Mask Example? Also, If used on a fair number of objects would the cost be too great for this effect in VR?
So I used your example and added support for a second material on the Plane and Sphere mask script. I set the other material to have the inverse flag set. I called one material outside and the other material inside. This gave me the effect I was looking for.
Now, I need to figure out how to handle the different floor materials now. Should I just use 4 material slots? Hmm actually I think a material combine would be better? yes.
Mask is just a common shader parameter (like Color or MainTexture, for example) and if several materials need to have different values of that parameter, then yes, you need unique materials for each one.
So this means that it doesn’t work with the standard shader right? Because for a cutscene standard shader looks good and I want to make my character dissolve into view but the shaders you provided look very basic and it means I have to change shaders after the character dissolves in and that will be noticeable going from one shader to another?
Hello,
First, just want to say great asset! My team however found an issue in our GearVR app that we’ve tracked down to using your StandardShader variant that was causing our scene to drop 30fps when the shader was in view.
I don’t imagine you’ve tested with the Gear, so just wanted to inform you of the potential performance hit with your asset.
It’s still a great asset for standalone tho!
Thanks,
Max
I saw standard shader support for this asset. Is this mean it works on the deferred rendering path? ( not rendering after deferred rendering as forward, but the actual deferred path rendering.)
@Arkhivrag
Hello,
i am using this asset (dissolve property) but facing some issue’s with that, please help.
i am creating a material at run time and assigning standard_sm3 or Standard_sm4 shader to my material after that am using it dissolve property but not getting proper result it’s not dissolving properly switching texture instantly (not getting result like example scenes you provided) can you help me with this.
@Arkhivrag
thanks for this info i am using these keywords to create material with standard_sm3 shader attached init at run time but dissolve function is not working correctly on that material behaving oddly. but when i mouse click on that material at inspector or select shade model sm3 in it. than it’s work fine.