Thanks for the response. I tried this:
(Quote)
I needed to activate Is Kinematic in the Rigidbody component, otherwise they jittered when using AC "Move to point", and sometimes they bounced around the map.
Also, the characters seemed to…
Hi
I tried the manual, but I couldn't get it to work.
The situation is like this. I have a script that communicates with other game systems. There, I have two methods. One is:
public void Trigger (string triggerName)
which tells a system to do so…