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

BG - Get/Set Component Property has type vec3 for Collision Mask #6297

Open
j-conrad opened this issue Sep 28, 2023 · 0 comments
Open

BG - Get/Set Component Property has type vec3 for Collision Mask #6297

j-conrad opened this issue Sep 28, 2023 · 0 comments
Labels
Behavior Graphs bug P1 Address as quickly as possible

Comments

@j-conrad
Copy link
Contributor

Description
The Get Component Property and Set Component Property nodes display parameters of type vec3 when choosing a Rigidbody component and selecting Collision Mask:

image

Based on the Rigidbody component, Collision Mask should be a set of Boolean values for:

  • Objects
  • Triggers
  • Environment
  • Avatars
  • Media Frames

image

To Reproduce
Steps to reproduce the behavior:

  1. Create a cube
  2. Add a Rigidbody Component to the cube
  3. Add a Behavior Graph to the object
  4. Add a Get Component node in the graph
  5. Set it to Self and choose the BG Rigidbody component from the dropdown
  6. Set the other dropdown to Collision Mask
  7. Note the parameter that appears is of type vec3 (x, y, z values)

Expected behavior
I would expect to see several Boolean values with inputs to toggle on/off.

Hardware

  • Device: Desktop
  • OS: Windows
  • Browser: N/A
@j-conrad j-conrad added bug needs triage For bugs that have not yet been assigned a fix priority Behavior Graphs labels Sep 28, 2023
@j-conrad j-conrad added the P1 Address as quickly as possible label Oct 5, 2023
@j-conrad j-conrad removed the needs triage For bugs that have not yet been assigned a fix priority label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Behavior Graphs bug P1 Address as quickly as possible
Projects
None yet
Development

No branches or pull requests

1 participant