Luke Clemens

Results 8 comments of Luke Clemens

Is there a way to use HLSL tools with .shader files?

It doesn't work in 2018 or 2019 either. In addition to the errors you mentioned, there is a missing script on U_Character_REF (not sure what it's is supposed to be).

Good news! I figured out how to get it working... at least the "crowd simulation scene" anyway. Some of the info I got from the "closed issues" section. If possible,...

The honor 8x was released in 2018... GLES2 was released in 2012. The honor 8x should be able to support GLES 3 and instancing no problem.

I have seen an article where someone wrote about wrapping the texture pixels, but there was no source code with it. I haven't tried it myself, but I did come...

It's difficult to determine where the issue lies from your brief description. The core of the baking boils down to "SampleAnimation()" and "BakeMesh()", which are UnityEngine functions that take the...

It looks to me like the problem is in the GTA/SimplePfx shader, not the TextureAnimPlayer.shader. I'm not really familiar with that GTA shader, but it appears to be reading the...

Have you tried it with different animated models to see if the issue is specific to your flying bat model or maybe it happens with all models? If it doesn't...