Last updated
Last updated
Q) I get an error when i enter full game screen on play mode, how to fix? A) This error occurs when you open an Animation Curve window. Don't sure why but it fixes when you reset layouts or change layout.
Q) My player sticks to ground when landing or at specific move? A) This error occurs when you dont add ZeroFriction physics matial to the player's rigidbody component. ZeroFriction physics material could be found at: Materials > ZeroFriction
Q) My Player can't detect ground and stucks on landing animation, Why? A) This is highly because of not to define layers correctly. Move to "Layers" page. Also this problem may occur when you unpack your player prefab. When you unpack player, sometimes grround layer mask ruins. To fix this: After you unpack player, edit layermasks accordingly if it is the issue. LayerMask variables could be found on player's main script at "Physics" section.