Open
Description
Hi,
Thank you for your plugin however I have a problem I hope I can have solved. The PointCloud is rendering fine but as soon as a WorldSpace Canvas with an Image/Text inside the bounds of the MainCamera the position of the point cloud is reset to that Canvas element location.
Have you seen or encountered this?
Thanks, Jake
p.s Running in URP
Activity
unitycoder commentedon Dec 6, 2021
if you can try this, it fixes the issue for me:
#126
(if you have newer unity version, or urp, let me know which one, if that code doesn't work there)
unitycoder commentedon Jan 6, 2022
unity confirmed this as a bug also,
https://issuetracker.unity3d.com/issues/graphics-dot-drawproceduralnow-from-onrenderobject-breaks-when-worldspace-canvas-is-in-cameras-view
and gave one workaround:
"I have noticed that creating a new Universal RP project and reimporting your Assets folder makes the drawing render as intended."
unitycoder commentedon Feb 18, 2022
unity added more info, that its by design: