How to use PointCloud2DefaultVisualizer

Hello everyone!
I have a topic “/camera/rgb/points” where i receive PointCloud2 messages. I want to use the Default Point Cloud 2 Visualization but i can’t make it work.
I created an Empty Object and attached PointCloud2DefaultVisualizer script to it with the topic name. When i press play nothing happens.
9386195--1313009--upload_2023-10-3_17-30-29.png

I haven’t used the visualization package as much myself, but there is an official example project created by Unity, where they used some kind of point cloud visualization, I believe. You might find it helpful to go through their setup instructions, especially for the visualization.

Thanks for the response! I solved by adding DefaultVisualizationSuite (prefab).