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
1
Question by alex 1 · Mar 14, 2011 at 08:03 PM · addforceforce

AddForce to object

Hi everyone, sorry for so many questions tonight but every time I fix one thing, I move onto another problem.

I've set up a object which I want to fly around the scene. The user controls this object (A bird). The bird works exactly like a plane, in the sense that it has thrust, drag and what not. I originally decided to have a separate game object for the AddForce, however this just isn't practical. So here's what I want to do :

Make the bird increase speed over time, with a maximum speed. Add the force from the bird object itself, not a separate object.

Now I tried simply adding force behind the object, but for some reason, the 'Forward' direction of the object was not the forward I was expecting (As it went diagonally).

How would I achieve this? How can I add force to the object and make sure that it goes forwards?

Note - I need to keep gravity on

~ Alex

Comment
Add comment · Show 1
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 Bunny83 · Mar 14, 2011 at 10:11 PM 0
Share

How about to add some of your code? What "`forward`" do you use? How do You apply the force? AddForce? AddRelativeForce? AddForceAtPosition? In general AddForce works in world space and transform.forward returns the forward direction in worldspace. AddRelativeForce works in local space and to apply a forward speed you would use Vector3.forward.

3 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by efge · Mar 14, 2011 at 08:13 PM

You should use AddRelativeForce (and AddRelativeTorque) to add forces relative to the coordinate system of your bird object.

Comment
Add comment · 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
0

Answer by Noah-1 · Mar 14, 2011 at 08:07 PM

Hello.

Well you need to see first if your vectors are aligned properly. (Check globals and locals).

Comment
Add comment · 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
0

Answer by CHPedersen · May 26, 2011 at 07:02 AM

[Edited to empty - answered wrong question by some mistake]

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 CHPedersen · May 26, 2011 at 07:06 AM 0
Share

... What the..?! That's totally not the question I meant to answer. I swear I clicked on a different question before I typed that out. O_O ... Err... I'm gonna edit that and leave an empty answer. Sorry folks.

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

1 Person is following this question.

avatar image

Related Questions

Applying force to my object has no effect. 1 Answer

is there a way to limit the amount of AddForce? 2 Answers

Use force instead of transform.position 1 Answer

Realistic methods of propulsion without friction involved 0 Answers

Get result (force & torque) of AddForceAtPosition? 2 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