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 Koron321 · Aug 01, 2014 at 02:45 AM · rotationmouseorbit

How to get transform.rotation of an object in a variable based on parent object NOT global?

I recently started a new project in Unity and I've had a lot of experience with the program but I still have A LOT to learn, so I'm working on my character and I've got mouse orbit on the head, which has the camera attached to it (it's first person) and I'm trying to get the body to rotate with the head when the head gets to a certain angle, kinda like in minecraft when you go into third person, so i tried using sendmessage to the body to make it rotate every time the x variable in mouseorbit hits a certain value, but that didn't work because it uses the global rotation, so i made a float called realX, but i can't figure out how to get it to use the x rotation based on the parent, like it shows in the inspector. oh, and i java

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
0

Answer by rutter · Aug 01, 2014 at 02:56 AM

Each transform component has position, rotation, and scale. You can get or set this information in terms of "global space" (which ignores the parent) or "local space" (which is relative to the parent). It may seem a bit tedious to read so many manual pages, but the transform is one of Unity's most important component types, so it's worth some research.

In particular, the position, rotation, and lossyScale fields refer to global space, while the localPosition, localRotation, and localScale fields refer to local space.

So, if you're currently checking or setting transform.rotation, you might instead try setting transform.localRotation.

Don't forget that it's sometimes easier to use the transform's Translate and Rotate functions. Both work in local space by default, but can be told to work in global space.

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 Koron321 · Aug 01, 2014 at 04:43 PM 0
Share

I ended up redoing the whole thing but I figured it out on my own but thx for the info I've actually been wondering about that for a while now but never did anything about it because I didn't need it until now

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Changing The Camera Position & Offsetting LookAt 2 Answers

Player rotation in Unity 5 0 Answers

How do I combine Orbiting with mouse drag and with a button click? 0 Answers

Mouse rotation with limits: limit overrun protection works on positive overruns only? 0 Answers

Rotate camera to object on sphere 1 Answer


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