2D-Platformer-Hunter icon indicating copy to clipboard operation
2D-Platformer-Hunter copied to clipboard

Build version character controller climb up left wall automatically when contact on left

Open ta-david-yu opened this issue 5 years ago • 4 comments

ta-david-yu avatar Nov 10 '19 01:11 ta-david-yu

image This should fix the problem, will update it later

ta-david-yu avatar Nov 10 '19 02:11 ta-david-yu

Also remember when you are using Tilemap Collider, add a composite collider. Always use Polygon instead of Outline

ta-david-yu avatar Nov 10 '19 02:11 ta-david-yu

image

ta-david-yu avatar Nov 10 '19 03:11 ta-david-yu

Spotted: When Collider is disabled, its bound is zero. Should move Raycaster.Init()/CalculateRaycastSpacing() to Awake (before Collider is disabled by others).

ta-david-yu avatar Nov 28 '19 01:11 ta-david-yu