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
Hi, I get this error when using Universal Render Pipeline and the ComputerBuffer type of rendering.
Discs show up in editor, but not in Game view and this error is thrown
NullReferenceException: Object reference not set to an instance of an object
Pcx.PointCloudRenderer.OnRenderObject () (at Library/PackageCache/[email protected]/Runtime/PointCloudRenderer.cs:88)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
The text was updated successfully, but these errors were encountered:
I have this same issue and tried modifying the PointCloudRenderer script to the above suggestion. However, the change reverts back because the package gets revalidated (I think).
here is the warning: The package cache was invalidated and rebuilt because the following immutable asset(s) were unexpectedly altered:
Packages/jp.keijiro.pcx/Runtime/PointCloudRenderer.cs
Hi, I get this error when using Universal Render Pipeline and the ComputerBuffer type of rendering.
Discs show up in editor, but not in Game view and this error is thrown
The text was updated successfully, but these errors were encountered: