You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the Midas Touch scenes generate clickable interactables through the use of an Interactable Factory script. This requires potential interactables to be placed underneath an empty gameObject node that contains the Interactable Factory script.
However, this does not work for items that are held/worn by NPCs - you cannot remove items held by NPCs and place them in the Interactable Factory and still have the NPCs animate with attached item correctly.
Describe the solution you'd like
Requesting a way to possibly "tag" or add an additional interactable script that allows users to touch items held/worn by NPCs without having to separate items from NPC Attachment groups. If an NPC is wearing a top hat and is dancing, user should be able to click on top hat, and the artist can just attach the top hat into the hat attachment group of the NPC.
Additional context
Case Uses:
NPC holding a cup (Interactable)
NPC wearing a Top Hat
NPC throwing a ball up and down
etc.
The text was updated successfully, but these errors were encountered:
jasukim
added
feature
New feature or request
p2
game is working, but "buggy" gameplay and visuals, would be ashamed if this shipped
labels
Jan 9, 2020
Is your feature request related to a problem? Please describe.
Currently, the Midas Touch scenes generate clickable interactables through the use of an Interactable Factory script. This requires potential interactables to be placed underneath an empty gameObject node that contains the Interactable Factory script.
However, this does not work for items that are held/worn by NPCs - you cannot remove items held by NPCs and place them in the Interactable Factory and still have the NPCs animate with attached item correctly.
Describe the solution you'd like
Requesting a way to possibly "tag" or add an additional interactable script that allows users to touch items held/worn by NPCs without having to separate items from NPC Attachment groups. If an NPC is wearing a top hat and is dancing, user should be able to click on top hat, and the artist can just attach the top hat into the hat attachment group of the NPC.
Additional context
Case Uses:
etc.
The text was updated successfully, but these errors were encountered: