Are there any Multi-volume samples on Polyspatial2.0-pre?

According to the video, polyspatial supports multi-volume app.

But I cannot find how to realize this feature.
Are there any sample about multi-volume?
or
I 'd like to know project settings/components which are required for multi-volume.

Thank you.

Hey there! Multiple volumes are indeed supported on PolySpatial 2.x through the use of the VolumeCamera component. You can have multiple volume cameras configured to be bounded, but only one can be unbounded. These settings can be set via the volume window configuration on the VolumeCamera component. Each bounded volume camera defines it’s dimensions which in combination with it’s transform will determine what is visible within. With these enabled components, this will allow for multi-volume. Please let me know if you have any more questions!

2 Likes

@connorbell-u
Thanks for quick reply!!

I read the document and tried to modify unity sample for loading another scene as LoadSceneMode.Additive.

Finallity, it works well.
However if developer use “LoadSceneMode.Additive”, the developers need to control things like the Culling Mask with layers, as well as the placement and size of the Volume Camera, in order to properly manage the content handled by each Volume.

Do you have any better/best practice about multi-volume?

1 Like