Комментарии:
Great series, your teaching methods really motivating to learn. Not rushing and short videos are always perfect to learn
ОтветитьHi, thanks for your videos!
In the example you used of transform.position.x one of the things you can do is to create a variable and assign it the value of x.
float xValue = transform.position.x;
You can't apply value to the "transform.position.x" because it is a struct.
I gave you a like though I don't get how you can teach not knowing the basics.