Package samples

Once you have followed the instructions on how to install the coherence SDK package for Unity, you will be able to explore the package Samples with no additional downloads. You can either:

  • Go to: Coherence > Explore Samples

  • Open Unity's Package Manager (Window > Package Manager) and navigate to the package samples

Note that the Samples are meant to be self-explanatory, so they come with no documentation.

If the scenes show up as magenta/pink after importing the samples, it's because the samples are made for the built-in pipeline and your project is using either URP or HDRP.

To fix this in URP, go to: Window > Rendering > Render Pipeline Converter

Click on the checkboxes to choose what to convert (Materials is necessary), then click the Initialize and Convert button. After a brief loading, you should see the sample scenes displayed correctly.

For more information, refer to Unity's guides for URP or for HDRP.

Last updated