Alright, so I’m using the 2d prefab Robot Boy and a large platform he is standing on, to left (positive X) of him/it I have a set up a sprite (Deer) with a square/box collider set to trigger. On that box i’ve put the Activate Trigger sample code and set it up like this.
_
_
Dialogue script is just a code displaying some gui.
When I run it, I make the character walk into the box collider expecting it to be triggered, the trigger count to go up and Dialogue to become ticked. Is that how it should work? If not, how would set this up?
- Thanks in advance, Harbinger