karcfa How do I cheat?
Reputation: 0
Joined: 29 Sep 2023 Posts: 2
|
Posted: Fri Sep 29, 2023 3:12 pm Post subject: How to find/edit Unity's Vector3 (eg. position)? I found X |
|
|
It wasn't that hard to find X float of player position's Vector3.
But i cant write to it. if i write, previous position reappears.
Probably because unity doesnt let you write to transform.position.x and such. they want a new vector3 instead
but im not sure what value type to even look for
|
|