I need to choose all elements in the array
public LayerMask[] ground;
I have a problem "Wrong number of indices inside []; expected 1", with:
a = Physics2D.OverlapCircle(bottom.position, radius, ground[0, ground.Length]);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…