How get/set variable of GameObject type to null?

Kenlem

New member
Hi All,

I have a variable of type GameObject. I want to use a variable to check to see if that variable is null. I also want to be able to set that variable to null after some operation is completed. I don't see an action task to do that. Is it possible to do and, if so, how?

Thanks.
 
I used an inverter on Compare Shared Game Object to test for not null. I used a Set Shared Game Object to set the gameObject to null.

Thanks. :)
 
Top