I was using the function drawLine(start, end, [color], [depthTest], [layer]) in my project, it was working perfectly, but sudennly today it doesn’t work anymore, what could happened?
I’ve got it. The problem was I changed the name of an script where some values were calculated, and once the name was incorrect the drawLine could not work
1 Like