Table of Contents

Custom Code

To add interactions to your scene, the recommended way is by using VIROO Interaction System.

Occasionally you may encounter some functionality for which the Interaction System is not enough. In these cases you can add your own code and build it together with the Scene. To do this, you need to add a reference to the Assembly Definition Files of your code in the scene publication window. Go to Add Custom Code to your VIROO Scene to learn more.

When you need your code to run on all user instances of the session, via the network, making your own Custom Action may be the most effective way, go to Extend the Interaction System.