Forum Discussion

florian.buchholz.1988's avatar
florian.buchholz.1988
Expert Protege
2 years ago
Solved

None of the building blocks for Multiplayer work in v65

First of all, why are the release notes still in the unity asset store still linked to the deprecated old version? Meta really needs to get their act together. It is so amazingly hard to find the rel...
  • Solution:

    The old TouchHandGrabdoesn't work anymore because of the changed physicsgrabbable, and it is the reason why it doesn't work! You can not add new TouchHandGrab with the old ones existing in the scene as well.

    You have to delete all the old TouchHandGrab-Gameobjects, removing just the deprecated Physics-Grabbable doesn't work, also using the same settings as the new ones doesn't work.

    After you do this, you can add new TouchHandGrabs and also the other Building-Blocks withouth any problems.


    You're welcome.