Help on Snake Game

Hello Community,

I have created a little snake game, now I want that the snake, when it leaves for example the right side that it appears on the left side. Can someone help me finding the right code/lines for creating this feature?

thanks

You are going to have to provide some more detail. How does your snake move and operate?

The simplest way would be to create your snake with each segment as a seperate GameObject. Then use transform.position to move each segment as required.

1 Like