XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
307 stars 34 forks source link

Enable scriptable render pipeline support for Blink Teleport Provider #894

Closed FejZa closed 2 years ago

FejZa commented 2 years ago

XRTK - Mixed Reality Toolkit Pull Request

Overview

I need the blink teleport provider to support scriptable render pipelines. In the legacy pipeline it was possible to change a materials properties to support transparency at runtime. With render pipelines this is not possible anymore for performance reasons (they said). So I made the material used for blinking a configurable setting in the provider's profile, which is useful in many ways anyways. Also exposed two more settings that were hardwired in the provider previously.

image

Changes

Related Submodule Changes

StephenHodgson commented 2 years ago

@FejZa don't forget to update your sdk submodule commit

FejZa commented 2 years ago

Thanks, just did