Changing Characters at Runtime
Last updated
Last updated
There are multiple ways to change characters at runtime. Each way will utilize the following method found in the iMove component on the player:
iMove comes with the iMove Interactable component. This component inputs custom interact scripts which allows you to quickly customize interactions in the scene. For example, the ChangeCharacterInteract script will allow you to interact with an object to change characters. See the video above for more details on how to implement this.
You can also change characters at runtime by clicking a canvas button. See the video above for more details on how to implement this.