You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just read this line in README.md: Added new FIFO based UI Line Render when dynamic line rendering is needed.
have no idea about the FIFO, I do need to update the Points in UILineRender dynamically. for now, I have to call SetVerticesDirty() every frame after I modified the Points in UILineRender. Is there a better component for displaying dynamically lines rendered in UI than UILineRender
The text was updated successfully, but these errors were encountered:
The author provided an example scene and an explanation for why the FIFO version of the Line Renderer exists, mainly it is for Lines that need to be repeatedly drawn, rather than "placed.
just read this line in README.md: Added new FIFO based UI Line Render when dynamic line rendering is needed.
have no idea about the FIFO, I do need to update the Points in UILineRender dynamically. for now, I have to call SetVerticesDirty() every frame after I modified the Points in UILineRender. Is there a better component for displaying dynamically lines rendered in UI than UILineRender
The text was updated successfully, but these errors were encountered: