Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 11 Next capture
2021 2022 2023
1 capture
11 Jun 22 - 11 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 Luthon · Jul 24, 2015 at 03:01 PM · c#unity 53dspacetrigonometry

How to make proper yaw effects in 3D space exploration game?

I am trying to write a movement script to move the universe around the player, and to yaw I rotate the player game object. This becomes an issue when the player tries to move forward and it just moves straight. I was wondering if there is a formula for calculating the amount of forward force and sideways force needed, depending on the rotation?

Sorry if my explination is hard to understand, I am very new to this!

Comment
Add comment · Show 3
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 ian_sorbello · Jul 25, 2015 at 09:10 AM 0
Share

When you say it just moves straight what do you mean? $$anonymous$$ore specifically, how are you applying the forces? Via Rigidbody AddForce?

There shouldn't be any need to calculate this, assu$$anonymous$$g you are applying the force in the proper direction (e.g. transform.forward for thrust) - and applying Torque force to rotate.

avatar image Luthon · Jul 26, 2015 at 10:52 PM 0
Share

im using addforce, If i use transform.forward it will wnconter the same problem as i have still rotated the object and not the universe.

avatar image ian_sorbello · Jul 27, 2015 at 01:43 AM 0
Share

O$$anonymous$$ - so the part that I'm not sure about is why you want to rotate the universe? Everything is relative, so you can either rotate a universe around an object, or rotate the object within the universe :)

The latter is easier.

And if by universe, you mean all the other objects in the world, then definitely this wouldn't be a good performance model.

If you attach your camera to the your player object, and rotate your object, the universe "rotates" around you - as the camera is applying a matrix calculation and projecting to 2D (the screen). As above, move your camera, or keep your camera still and move the universe. The second one doesn't make sense...

I guess I don't really understand the effect you are after. You may need to write up more detail on what you are trying to achieve.

Ian.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by w212ds · Jul 27, 2015 at 04:48 AM

You could make it to play a animation when pressing the "Yaw" keys/input. Were the animation plays and your object rotates?

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

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

How to render a LineRenderer through multiple points? 3 Answers

Problem with curved cornered spline that i need help with. 1 Answer

Count time between scene executions 1 Answer

Adding segments in missing spots 1 Answer

How do i Instantiate gameObjects in between multiple points? 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