Git Product home page Git Product logo

Comments (6)

prime31 avatar prime31 commented on June 22, 2024

All the rules for Unitys normal CharacterController apply to the CharacterController2D so whatever you used for it should work fine. One method is to parent to the platform. Another similar method is to apply the platforms movement before applying the movement to the CharacterController2D.

Mike

On Apr 14, 2014, at 4:58 PM, Cactuar1 [email protected] wrote:

Been messing around with all sorts of scripts to no avail. Dyou reckon we can just do a simple parenting to floor job?


Reply to this email directly or view it on GitHub.

from charactercontroller2d.

sonicfran86 avatar sonicfran86 commented on June 22, 2024

If I do parenting the controller wont collide anymore with this platform

from charactercontroller2d.

aidinzolghadr avatar aidinzolghadr commented on June 22, 2024

Any one achieved this?

from charactercontroller2d.

prime31 avatar prime31 commented on June 22, 2024

Yup. Just follow any of the strategies that work for the normal CharacterController such as parenting to a moving platform or adding it's velocity to the characters.

Mike

On Aug 16, 2015, at 6:44 AM, Aidin Zolghadr [email protected] wrote:

Any one achieved this?


Reply to this email directly or view it on GitHub.

from charactercontroller2d.

aidinzolghadr avatar aidinzolghadr commented on June 22, 2024

Problem with adding moving platform's speed is the order. I'm not sure whether you should add it's speed before or after to the characters but:

A) The order I think is important.
B) How can I make sure it happens with the order I want?

Also, which way do you think is better, parenting or adding velocity? A user previously claims that parenting causes a collision problem.

from charactercontroller2d.

aidinzolghadr avatar aidinzolghadr commented on June 22, 2024

I've done both ways but

A) Parenting won't help me because I need to jump from the moving platform and need to add it's speed to character. Also when shooting.

B) I tried to do it manually and when I add moving platform's speed to velocity component, as the platform goes up, character slowly goes inside the platform.

Any idea?

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.