-
Notifications
You must be signed in to change notification settings - Fork 11
Debug Interaction
Chris Shoemaker edited this page Feb 23, 2017
·
5 revisions
As the name suggests, debug interactions are simple interactions that allow the user to verify the integrity of a GameObject intended to be interacted with.
To add a debug interaction to an object, search for "debug" when adding a component, or find the DebugInteraction
script in the Project tab and attach it to the object.
If all is well, when the object to which the Debug interaction is attached is interacted with, a message notifying an interaction should appear on the console log at the bottom of the Unity window.