Skip to content

Conversation

@faithkim97
Copy link
Collaborator

Tested the RPTCTrigger script on DistanceToVAT game param for Vat, and it works!

Copy link
Collaborator

@SiennaC SiennaC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you make any changes to the scene that were not for testing? The actual vat sfx we'll probably do differently - the trigger areas will be for other things, like footsteps on the ladder or in the blood puddle, once we have audio for it.

private float rtpcExitValue;

private void OnTriggerEnter2D(Collider2D collision) {
Debug.Log ("Enter");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove debug statements.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not made any changes to the scene other than the trigger guard dlg. Will triggers be created for the ladder and the blood puddle? If so, then I'm assuming that we will be able to attach the RTPCTrigger script to those trigger areas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants