just to chime in on this as well: it's a totally interesting idea, but every time you expose all those variables and tweak them externally, you are just moving memory cost to the shader databases. you might save some texture memory but it'll be eaten up somewhere else, and then on top of that you have a massively expensive…
Anyone experience this error; and know how to solve ?Error: (Mayatomr.Geometry) : unnamed object is not a mesh, ignored // There is a thread on this forum to which I found related to this problem, the solution is vague.
the foliage actors us HISMs which are better than ISMs since they'll batch across lods - you likely won't notice any difference unless you have lots of trees on screen at once though if you're not putting loads in your level then you might as well leave them as static meshes - they'll batch dynamically so it'll be…
Thanks, I tried that and I also tried remaking the function inside the material itself. Sadly I still get the error and crash. I can use it once, but I can't use it again later to combine it seems. This is the function nodes only remade in the main Material. If I only use it once for the top one, everything works fine,…