I’d like to get some information on the Frameshift Decal Network,
how does it work, is it easy to use, any scenes that you can show using it and maybe some tutorials?
It looks interesting, but I’d like a better idea of what it is and how it works before buying.
Decided to buy it to see if I could use it, will read the PDF tonight at work.
As it is I don’t see how to use it to add decals to the scene in the editor,
only an about option in the Unity Editor header.
One of the reviews said not to import the Standard Asset folder of the package,
I didn’t want to overwrite my own custom scripts, will this cause any issues using it?
Here is what I have found: Using it for full floor decals gives me problems,
flickering, partial might be ok, but haven’t checked. Ground decals, same thing,
if it is a large enough area there is flickering or Z fighting.
I wanted to use it as dirt on the floor but ran into this problem.
Wall decals seem to work well for the most part, but you have to tweak them sometimes so as not to get issues.
As far as support, it is absolutely non-existent!
I’ve written here on the forum, PM’d and emailed but no response.
You’ll see the last time the individual was on active on the forum was 6-22-11,
I PM’s them on that day ans have yet to receive a response.
I guess it’s up to what you think about buying it,
others may have had better success with it and want to offer a more positive recommendation.
I’ve found I could just use planes with textures on them very near an object and it works fine for many uses.
About flickering, I’ve find out that you have 2 ways to fix this: increasing mesh offset (but this can create irrealistic behaviour, as your decals would be flying a little bit), or using a custom shader with a Offset. Try the shader below (I’ve changed the original Transparent Diffuse for this - If somebody know a little bit about shaders programming, please check this, I don’t know the performance of this)
If you only use static mesh decals (placed in the editor) you can easily roll your own solution for it. Might not be as complex, but maybe that isn’t such a bad thing. Also, instead of a shader modification, you could set a decal height value and tweak vertex-to-ground distance based on it.