Hi everyone,
So I made a maze after a tutorial. The maze is controlled with the mouse. They added mouse clamp with -1/1 values to avoid ball falling through the floor. I did the same, but with these values the maze movement are very unnatural, you can’t even understand when it goes up/down, left or right. So I tried different values from -1/1 to -10/10 to get smoother movement. I stopped at -5/5, with these values I get the maze to move smoother BUT the ball falls through floor time to time. There aren’t specific places. What I noticed is that it falls when I move the mouse fast. How do I keep these values and avoid ball falling through floor?
I have enabled CCD for ball and even for maze, but this doesn’t work. Collision profile for maze, Block all/ Block all dynamic doesn’t work.
I also want to mention that I got tiny tiny white dots randomly appear of the maze, I guess it’s the collision.