Home > Net >  Position Changes Automatically
Position Changes Automatically

Time:07-26

I am trying to make a simple change on my project, which is lowering my characters position. But it automatically resets itself to "1.98" whenever I start it. I am pretty sure that I do not change it thourgh my scripts. Any ideas?unity

CodePudding user response:

There are some ways to set position automatically.

  1. script
  2. animation
  3. collider with rigidbody.

I hope it will work.

  • Related