Transform[]' does not contain a definition for 'Lenght' and no accessible extension method 'Lenght'

I am very new to Unity and C#.

public Transform[ ] backgrounds;

I have this in my program and it prints this: Transform[ ]’ does not contain a definition for ‘Lenght’ and no accessible extension method ‘Lenght’ . I don’t know what’s wrong. I have done it with tutorial and in tutorial it’s working so I am hopeless.

The error is quite literal. Do you see anything wrong with the word “Lenght”? It’s supposed to be Length.

2 Likes