Page 1 of 1

VRTK + Amplify Color Volumes

PostPosted: Mon Oct 22, 2018 8:58 pm
by Kolgrima
Has anyone had any luck getting color volumes working with VRTK? I'm sure I'm just not getting a collision with the volume but I'm not sure how to achieve this.

Re: VRTK + Amplify Color Volumes

PostPosted: Tue Oct 23, 2018 10:23 am
by Amplify_Borba
Hello! Amplify Color volumes should work in the same way as if you were using any other camera, VRTK shouldn't be causing any issues.

We'll need more information regarding your setup in order to best help you, a sample would be ideal. You can also use a proxy mesh ( Trigger Volume Proxy ) instead of the camera, in this case you could use the player prefab for position tracking, more information can be found in the Wiki Manual.

Re: VRTK + Amplify Color Volumes

PostPosted: Mon Nov 26, 2018 3:32 pm
by Kolgrima
Issue solved! it was a silly mistake, we had done some optimization in the "Physics Manager" so that objects on "Default Layer" could not collide with each other. So all I needed to do was make sure the triggers were on a layer that was "allowed" to collide with the Layers we use for cameras.

Re: VRTK + Amplify Color Volumes

PostPosted: Tue Nov 27, 2018 2:37 pm
by Amplify_Borba
Thank you for letting us know and for sharing the details!