Walls move when the character moves !

**Hi,
I’m facing a problem for a long period and i don’t know how to resolve it, i have made a vidéo that will explain better than me (only 12 seconds) :

As you’re seeing, the walls don’t stay fix but they appear and disappear when the player moves.
So if you know how to resolve the problem please tell me how.
Thank you very much.
(Sorry about my english)
**

You made your video private. We can't view it.

I'm so stupid, sorry, i madeit public now.

I'm not sure what you mean. In the video I can see the walls all the time, it only seems like they are moving closer to each other. please try to explain your problem.

4 Answers

4

Are the walls attached to your player?
If so detach them.

Technically speaking, if you were to approach something like that in real life you would see a similar phenomena occur. However, I’ll assume that when viewed in the editor you see the co-ordinates move.

That being said, seeing some of your code might be a good start.

I think I know what it is.

It might be the camera.

Try increasing the far clipping plane, that might solve it.

It’s the render distance.

That's what I was thinking, but he sad he changed the far clipping of the camera (which should help) but it didn't... so either its WAY too big even with max far clipping or it's something else.