Key Topics
Object Interaction
- Detecting User Input
- Limiting Other Users From Interacting
Avatar Interaction
- Introduction to Avatar Interaction in Unity
- Photon Components for Avatar Interaction
- Choosing Remote Procedure Call (RPC) for Interaction
- Implementing Avatar Interaction via RPCs
Development Summary
Object Interaction
Object interaction is a feature to interact with certain objects in the scene. For example, if there is a clothes hanger in the scene, then the user can interact with it to change the avatar’s outfit.
This feature is divided into two major parts:
- Detecting the user input and identifying the type of the object and executing corresponding animation, effect, etc
- If applicable, limit other users from interacting with this asset