error CS1061: 'Transform' does not contain a definition for 'down'

Does anyone know what i can use instead of down the error is

Assets\Prefabs\Bullet.cs(13,40): error CS1061: 'Transform' does not contain a definition for 'down' and no accessible extension method 'down' accepting a first argument of type 'Transform' could be found (are you missing a using directive or an assembly reference?)

Use -transform.up

2 Likes