2D Ultimate Side Scroller Character Controller
  • Introduction
    • Purpose
    • Overview
  • 🛠️Setup
    • Quick Setup
    • Detailed Setup
  • Content
    • Utilities
      • Custom Attributes
      • Extensions
    • Input System
    • Physics
    • Layers
    • Player Data
      • Physics Variables
      • Walk Variables
      • Crouch Variables
      • Jump Variables
      • Land Variables
      • Dash Variables
      • Wall Movement Variables
  • ⛑️Help
    • FAQ
    • Adding States
    • Removing States
  • Development
    • Features - V1.0
    • Roadmap
  • 📪Contact Me
    • Contact Me
Powered by GitBook
On this page
  1. Help

FAQ

PreviousWall Movement VariablesNextAdding States

Last updated 1 year ago

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.

⛑️