Hi! I am trying to implement the following tutorial into my game:
Everything seemed to work perfectly, but I recently encountered a very weird lightning bug which makes the texture alot darker suddenly when looking up. I thought it had something to do with the shadows, but after disabling CastShadow on all parts it didnt fix it.
Hey there! My thought is that there might be a part colliding with the texture, so there may be a part on the same scaling level as the texture, making the two appear on top of each other. Try and move the textured part up, even by just a little to see if this may be the problem