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 Redwan89 · Apr 22, 2014 at 08:49 PM · c#rotationdirection

Rotation of object/model without effecting direction C#

What's good Unity community? I've worked on Unity for over a year now but this is my first question ever, and it's my pleasure to join this community.

I'm trying to rotate a war tank in the same manner as in (Battle City - NES) where the tank rotates but controls stay the same all time, I'll explain what I mean. What I want is rotating while keeping controls the same (i.e. key "w" for north, "s" for south...etc.).

What is happening my game, however, is normal kind of rotation and transformation of the whole object, including it's direction, and thus if I rotate from north to, let's say east, then the tank faces east, but now key "w" moves it towards east, since it's the direction the tank is facing.

In other words, I want to maintain movement direction to be always W,A,S,D as for NORTH, WEST, SOUTH, EAST respectively, while rotating the model in these direction.

Many thanks in advance.

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

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by xortrox · Apr 22, 2014 at 08:53 PM

Use Vector3.left/right/up/down/forward/back instead of the transform's right/up/forward to move the tank. (I only assume this would fix it as I haven't seen any of your code yet)

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 Redwan89 · Apr 22, 2014 at 09:27 PM 0
Share

Thanks for your help.

I actually solved this by having the tank in an empty object as parent. Then use the parent for movement, and the child tank object for rotation. The way to rotate this child is by looking at the parent's "forward" and "right". This way, the parent (empty object) stays in the same orientation all the time while the child tank rotates inside.

avatar image
0

Answer by ToxxicSin · Apr 23, 2014 at 02:40 AM

If I understand correctly, when you want is a topdown view of your tank, like an arcade game, where it faces whichever direction you are traveling. Instead of just having the tank, make a parent object named "tank" (or whichever name you prefer), and then put the actual sprite itself inside the parent object. Then, when you move, you move the parent object, and when you rotate, you rotate the sprite child.

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

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

Related Questions

Flip over an object (smooth transition) 3 Answers

Dynamically change Vector3.up/right?,How to make a cylinder chase mechanic? 2 Answers

Checking vector3 gameObject is about to move to (pathfinding collision detection) 1 Answer

Multiple Cars not working 1 Answer

How to rotate a camera in WorldSpace CORRECTLY 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