Render texture help
-
I can’t seem to get the render texture and draw behaviors or work. Any help is appreciated. Screenshots are even better.
I’m using the beta test flight version. -
@TutorialDoctor Here’s my test project from when I was learning how to use them: https://bit.ly/2NBqFpf
-
@Aidan_Fire I started a new project and literally copied what you have, but it doesn’t work. Are you in the TestFlight version?
Your version works though.
-
So, the issue was that I was to draw on an empty object. It has to be an image graphic. However, scaling the graphic after you run it the first time yields all sorts of buggy behavior.
Also, I had to put a wait on the draw to activate it. I guess render texture has to trigger first. That’s why it didn’t work for another thing I was trying.
-
@TutorialDoctor I am in the TestFlight version. And yes I discovered the exact same thing you are now, it doesn’t work on empty objects.