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

Cannot drag and drop to add an element into array #594

Open
thestonefox opened this issue Apr 18, 2024 · 0 comments
Open

Cannot drag and drop to add an element into array #594

thestonefox opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thestonefox
Copy link
Member

thestonefox commented Apr 18, 2024

Unity 2022.3 (also 2021.3 i think)

  • Create several BooleanActions.
  • Inspect one of the BooleanAction.
  • Drag another BooleanAction into the current one's Sources array header
  • expected behaviour: that other BooleanAction is added into the Sources array
  • current behaviour: it is not added
  • guessed reason: Sources array is List

  • Create TrackedAlias and inspect it
  • Create a camera rig (e.g. oculus intergration camera rig)
  • Drag the camera rig into TrackedAlias Camera Rigs array header
  • observed the rig is added into the array
  • guessed reason: CameraRigs is derived from ObservableList
@thestonefox thestonefox added the bug Something isn't working label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant