Hello, I recently found a great third person controller script and i am very happy with the amount of time it saves as well as how elaborate it is. My only problem with the camera script is i have found it causes some twitching when rendering two polygons that intersect at something other than a 90 degree angle. I have never experienced this with any other camera script i have experimented with in the past so i was wondering if there was a fix for this. Any help will be very appreciated!
Sounds like z fighting. It’s caused by imprecision when 2 faces are close to each other. try adjusting your near and far clipping planes so the difference between them is smaller.