ExtendRealityLtd / VRTK

An example of how to use the Tilia packages to create great content with VRTK v4.
https://www.vrtk.io/
MIT License
3.69k stars 993 forks source link

Unable to edit SnapZoneHighlight #2115

Closed vika2011 closed 3 years ago

vika2011 commented 3 years ago

Environment

Steps to reproduce

By adding an "InteractableSnapZone" prefab into the scene, I can't edit anything of the "SnapZoneHighlight" component in its inspector.

Expected behavior

To change the shader of the SnapZoneHighlight.

Current behavior

Can not edit anything of the SnapZoneHighlight. vrtk1

thestonefox commented 3 years ago

You haven't provided the steps of what you're trying to change so it's not possible to recreate this issue. In fact your screenshot shows you've changed the elements within the highlight mesh.

Also, it looks like you're on an old version if the shader is called VTRK/Outline_color as it has been called Tilia/Outline_color for quite a while now

vika2011 commented 3 years ago

You haven't provided the steps of what you're trying to change so it's not possible to recreate this issue. In fact your screenshot shows you've changed the elements within the highlight mesh.

Also, it looks like you're on an old version if the shader is called VTRK/Outline_color as it has been called Tilia/Outline_color for quite a while now

Well I think is the problem with the default material and I can fix it by replacing its material. Thx for your help.