oculus-samples / Unity-StarterSamples

This repository brings multiple samples that can help you explore features and bring them into your project.
Other
127 stars 37 forks source link

Use Materials that can be converted to URP with the Render Pipeline Converter #9

Closed Pepn closed 1 month ago

Pepn commented 6 months ago

I think its safe to say most projects will use URP. However, the examples come in the default render pipeline which is okay -- if you could use the RenderPipeline Converter to convert everything. But this isn't the case a lot of materials (~90?) don't convert automatically.

Abouzarpourranjbar commented 6 months ago

Same issue here, specially the "ToyCubeWithOutline" shader is not working on URP

AlexThiv commented 3 months ago

Hi, we have this on track to release with the v67 release.

AlexThiv commented 1 month ago

@Pepn and @Abouzarpourranjbar we released v67 which address URP issues. If you encounter other issues you can open a new issue. Thanks for bringing this up.

Abouzarpourranjbar commented 1 month ago

Thanks guys