Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
niksonleonard's avatar
2 years ago

Building Block "Network Grabbable Object" not working with "Grab Free Transform" in Photo Fusion 2

In Unity the object with the building block "Network Grabbable Object" that has "Grab Free Transform" attached to it gets stuck when handled with one or two hands soon as the scene starts. Guess it is something related to the "TransferOwnershipOnSelect" script when it calls:

```

_grabbable.WhenPointerEventRaised += OnPointerEventRaised;
```
Does anyone have any ideas on how to solve it, or any clue about it?

 

No RepliesBe the first to reply