It seems there's problem with movement in the Farmer example. Move to coordinates change very little and characters do not move at all.
I'm using Unity 2019.3.10f1
Farmer example movement problem
Re: Farmer example movement problem
Hi,
You can increase the speeds. They're set to move very slowly so you can watch everything that's going on. The Move To Position coordinates are based on the area that the camera sees. If you've customized the scene, make sure it only has one main camera.
Also, make sure you've enabled 2D support with menu item Tools > Pixel Crushers > Common > Misc > Enable Physics2D Support.
You can increase the speeds. They're set to move very slowly so you can watch everything that's going on. The Move To Position coordinates are based on the area that the camera sees. If you've customized the scene, make sure it only has one main camera.
Also, make sure you've enabled 2D support with menu item Tools > Pixel Crushers > Common > Misc > Enable Physics2D Support.
-
- Posts: 4
- Joined: Mon Apr 20, 2020 3:58 am
Re: Farmer example movement problem
I enabled 2D and it's working now.
Thanks!
Thanks!
Re: Farmer example movement problem
Happy to help!