Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I had it so that with a trigger it was necessary to include an object in the hierarchy . I
used this method
//Your object
public GameObject zipnik ;
private void YourEventName(){
// If (your object is not active in the Hierarchy)
if ( ! zipnik.activeInHierarchy ){
//Make your object active(true)
zipnik.SetActive(true);
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question