- Home /
Make an object following another object
Hi,
I'm making a snake game like this one http://www.jeux-flash-gratuit.com/jeu-482-machaon.html (in unity 3d), and i have a problem to make the bodies follow the head of the snake.
I'm using this script : https://www.assetstore.unity3d.com/#/content/10236 to make a path with the head and to make the bodies follow the path. The problem is when i have a lot of bodies (50+) the script take a lot of ressource and make the game slow down.
I would like to know if is it possible to copy the movement of the body and reproduce it with a time delay and mobile friendly.
Thanks for your answers !
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Unity games and web comunication 1 Answer
Running a Unity 4.6 game on Unity 4.5.2 - Possible? 1 Answer
How can I set soft momentum? 1 Answer
Unity Builden Game Crashes 0 Answers