I get the following error while drawing with LineRenderer: > All lines/trails should share the same> vbo chunk>> (Filename:> C:\buildslave\unity\build\Runtime/Graphics/DrawUtil.cpp> Line: 263)
Any ideas what could cause this issue? To draw the line I have a List of Vector3s that I draw in the LateUpdate method:
> _currentLineRenderer.SetVertexCount(_points.Count);> _currentLineRenderer.SetPositions(_points.ToArray());
↧
Crash with error -All lines/trails should share the same vbo chunk- while drawing with LineRenderer
↧