Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by MintyAnt · Oct 19, 2012 at 02:15 AM · collisionmovement3dplatformer

Moving a 3D player without player controller

Hello,

I've been looking at making a 3D character for a sort of platformer.

The character walks, rotates, jumps...

Obviously, I would like to make use of unitys Physics for everything.

I came to the first step, get the block to move, and land on platforms! There is a PlayerController script, but I would like and try my hand at making my own movement, collision logic, etc...

I tried to update his position, and velocity, directly. The position does not collide correctly The velocity tips the guy over Locking the rotation for X and Z does not let the guy move straight foward, he wiggles.

Basically, I came to the realization that I have no idea of the correct implementation for this. Any suggestions?

Thanks!

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by sparkzbarca · Oct 19, 2012 at 03:03 AM

you dont update velocity, you addforce. But for a player IT MAKES VERY little sense to use physics. Because your going to want him to violate it. THats why there is a charactercontroller.

You dont want to limit him to a 10 inch jump and stuff, so you'd just be using physics to give him unrealistic results. But if you want to.

you can locking him to the terrain by ensuring his forward is parallel to the ground. if you take player.transform.right and you crossproduct it with the global up, or if you have hilly terrain with the terrain normal you get from a raycast at the ground, you can get what his forward should be and normalize it and then set his forward to that.

If you dont understand that you can ask for some detail and i'll try to explain it. :)

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image MintyAnt · Oct 20, 2012 at 07:36 PM 0
Share

I get what you mean for checking against the current "Ground" but not about actually moving him.

Don't use the real physics, got it. But I still need to fake some things, like falling, right? I cant update the position, physics won't work. I require a RigidBody, right? The way you are telling me, it sounds like all I need is a box collider. Does unity have all the collision detection and "pushing" out of colliding objects built in for these guys?

Thanks man :)

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

10 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Make character not move through walls and other objects 4 Answers

Player not affected by moving platform? 0 Answers

Movement based on collision on a custom mesh 0 Answers

How to Have Two Child Objects of One Parent Detect Collisions Between Eachother. 1 Answer

Player getting stuck in ground (3D) player has Rigidbody, and Box Collider, world is Mesh Colliders 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges