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 ICHeeryI · Sep 09, 2013 at 05:39 PM · rotationchildaxisfreezespecific

Freeze specific rotation axis of a child

How to freeze for example only y or z axis but still copy x axis of a child? -Thanks

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 ICHeeryI · Sep 09, 2013 at 07:28 PM 0
Share

Anyone....?

2 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by VioKyma · Sep 10, 2013 at 06:35 AM

Check this out to freeze specific axis: Rigidbody Constraints

To freeze the X axis use this code:

 rigidbody.constraints = RigidbodyConstraints.FreezeRotationX;

If you need to apply this to a child, they will already have a rigidbody (otherwise, you don't need to do this) so just reference the child's rigidbody and execute the same code on it.

Comment
Add comment · Show 2 · 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 VioKyma · Sep 10, 2013 at 06:41 AM 0
Share

So if you want to freeze the Y and Z axis, use: rigidbody.constraints = RigidbodyConstraints.FreezeRotationY | RigidbodyConstraints.FreezeRotationZ;

avatar image ICHeeryI · Sep 11, 2013 at 11:58 AM 0
Share

I didn't tried it. I am thinking now of something else. Anyway I will accept this as correct!

avatar image
0

Answer by 87morpheus · Sep 09, 2013 at 07:01 PM

You can either do that by code or just simply add a rigid body on it and freeze the axis's you want. I don't know if the rigidbody will work on a child, but you can try it.

Comment
Add comment · Show 2 · 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 ICHeeryI · Sep 09, 2013 at 07:07 PM 0
Share

That's why I asked question. I don't know how to do that by code. And you can't freeze rotation/position that don't work on a child. But anyway thanks.

avatar image 87morpheus · Sep 10, 2013 at 05:52 AM 0
Share

I'm sorry I can't answer, I'm on my phone right now and I'm pretty busy, I'll try to get you the answer tomorrow.

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

17 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Local child rotation and transform.LookAt 2 Answers

Get rotation around (forward) axis ? 1 Answer

fixing rotation on a specific axis 1 Answer

Freeze an Axis Rotation Help? 0 Answers

How to freeze child gameobject rotation??? 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