Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DoorLocked Prefab TurnableKey/TurnableKeyTransform/TurnableKey/DoorKey missing collider for TurnableKey XRKnob Collider #130

Open
TheOnlyChosenOne opened this issue Sep 13, 2024 · 1 comment

Comments

@TheOnlyChosenOne
Copy link

Also the InteractableEvent Select Exited on DoorHandle Interactable is using set_value instead of XRKnob.Value 1

and TurnableKey InteractableEvent Select Exited should remove XRKnob set_value entirely and not update to XRKnob.Value

check my fork for the fixes implemented

TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 13, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited
TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 13, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited
@TheOnlyChosenOne
Copy link
Author

also changed Door.cs to enable locked state on start.

TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 13, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited

added bool start locked
added check for start locked

fixed door collider position
TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 13, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited

added bool start locked
added check for start locked

fixed door collider position
TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 14, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited

added bool start locked
added check for start locked

fixed door collider position + key excludes pushables

added line to match keyhole to rotation of the key.
TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 14, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited

added bool start locked
added check for start locked

fixed door collider position + key excludes pushables

added line to match keyhole to rotation of the key.
TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 14, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited

added bool start locked
added check for start locked

fixed door collider position + key excludes pushables

added line to match keyhole to rotation of the key.
TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 15, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited

added bool start locked
added locked = start locked

fixed door collider position + key excludes pushables

added line to match keyhole to rotation of the key.
TheOnlyChosenOne added a commit to TheOnlyChosenOne/XR-Interaction-Toolkit-Examples that referenced this issue Sep 19, 2024
Issue Unity-Technologies#130

Added collider to DoorKey placeholder

Removed set_Value from TurnableKey InteractableEvent Select Exited and also from InteractableEvent Select Exited on DoorHandle Interactable

Added XRKnob.Value 1 to DoorHandle Interactable InteractableEvent Select Exited

added bool start locked
added locked = start locked

fixed door collider position + key excludes pushables

added line to match keyhole to rotation of the key.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant