- Home /
I can not see the line render
When my line render uses Word Space, it does not show up during the game, but when I turn off the Word Spece option it will appear again.
Please help
Why do you want to use world space? It's just a different way to define the points the line renderer's lines run through. Namely, in world space and not local space. That means, it will ignore the GameObjects's position and rotation that the Line Renderer is on.
For further help, we would need to see some code.
Hey bud, just a heads up to this o'l bit a reference... Unity docs - world space and line renderer
Answer by jaanonim · Apr 14, 2018 at 11:22 AM
I use Word Space because I want to move the entire line to a different position.I do everything from the editor, not from the script.
Then using local space is exactly what you need. Just move the entire GameObject. Create a GameObject with only the Line Renderer on it, if you want it to move independently from the current one.
I know. The problem is that when I turn on Word Space the lien disappears (it is invisible in the game)
Your answer
Follow this Question
Related Questions
Fade out a line renderer? 1 Answer
Bouncing Laser Beam 1 Answer
What is this element in my Inspector!?? 1 Answer
Help: Create line renderer rope with hinge joint 2D make FPS go down badly 0 Answers
Line renderer spring shape 1 Answer