UNITY LINK

Add a Component to a Game Object

Load the UnityLink:

Open an empty project:

To an Existing Game Object...

Components can be added to an existing game object by passing the UnityGameObject reference to the components create function.

To a New Game Object...

Create a new game object and add a component to it by passing the name of the new game object to the components create function.