inkle / inkle/ink

how to make a knot like a trigger in unity

Open
#739 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

Hi! im trying to have something like
if(knotName = “Final1”)
{
button.gameObject.SetActive(true)
}
else
{
button2.gameObject.SetActive(true)
}

idk if it’s possible that depending on the knot you are in it’s going to let me appear those buttons

i think my question is how do i call the knot to do that

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.