-
Notifications
You must be signed in to change notification settings - Fork 25
FAQ
llafuente edited this page Mar 16, 2017
·
2 revisions
Did you install UnityTestTools?
Setup prefab is mandatory. Did you forget it?
See Usage - Execution Order for another may-cause.
Moving platforms use Raycast to detect passengers. Enable debug to see the rays. If the moving platform is big, you need to increase the ray count to a number big enough that the minimum width of the player could be covered anytime.
If the character is not moving while above a MovingPlatform check
- MovingPlatform.skinWidth > Character.skinWidth
- Check the passenger mask contain the Character layer.
- You have enough rays