|
Hello! I want to do it so that the plane after the collision with the water, change the position of the KKK to the wheels. But while compiling i got error BCE0019: 'transform' is not a member of 'system.type'. My code: Please help.
(comments are locked)
|
|
That's not how you assign types to variables; instead it should be and same for the others.
(comments are locked)
|
|
The reason you are getting that error is that you are using Transform (with a capital T) which is a type not "transform" which is the current GameObjects transform. You are doing the same with GameObject. However, did you really mean to have those "="? Looks to me like they should be ":"
(comments are locked)
|

For what line do you get this error ? Anyway, using transform for kolo1 and 2 and miejsce is redundant, they already are a Transform.