i have two elements in the materials of mesh renderer
element0: unlocked
element1: locked
Now what i want to do is
`void start()
{
if(something==true)
element[0] becomes visible or show up and element[1] becomes invisible
else
element[1] becomes visible and element[0] becomes invisible
}`