I am new to unity3d I have a movable object that I want to trace it . according to my search there is a function called Trail Renderer I don’t know how to use it in script any one can provide me with how can I use it in clear way
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not a function, it’s a script.
Real easy to use, just select a game object and go to Menu->Component->Effects->Trail Renderer. Just follow the documentation page for filling in the material properties. All of the trail renderer properties are exposed to the Unity editor’s inspector so you can play with start and end widths, material props., etc w/o having to write additional code.