Git Product home page Git Product logo

Comments (4)

prime31 avatar prime31 commented on June 17, 2024

By default, the CC2D is a blank slate. It makes no assumptions about anything. If will not cast rays unless it has velocity in some direction. If you wanted it to cast rays when not moving you would need to add that yourself though I can't imagine the use case for that. If you have other moving objects that will interact with a non-moving CC2D then you basically need to fake physics for all the objects which is outside the scope of the CC2D.

Mike

On May 7, 2014, at 1:53 AM, iEIrikra [email protected] wrote:

Hi, sorry if this is somewhat noob, I'm still a beginner with this... but how do I get the rays to cast on all sides all the time so that if the character is pushed by a collider from behind it will actually get pushed normally instead of starting to climb the wall? Or is there an easier way?

Thank you!


Reply to this email directly or view it on GitHub.

from charactercontroller2d.

opponent019 avatar opponent019 commented on June 17, 2024

Could I ask how do you do that? s: I would normally just add colliders with rigidbodies, but they both have them allready.

from charactercontroller2d.

prime31 avatar prime31 commented on June 17, 2024

If you are looking for physics interactions it's probably best to skip the CC2D and use physics everywhere. CC2D is for the exact opposite case: old school platformers.

Mike

On May 7, 2014, at 12:07 PM, Erika [email protected] wrote:

Could I ask how do you do that? s: I would normally just add colliders with rigidbodies, but they both have them allready.


Reply to this email directly or view it on GitHub.

from charactercontroller2d.

opponent019 avatar opponent019 commented on June 17, 2024

Oh... well, thank you :)

from charactercontroller2d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.