Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 aanu · Aug 15, 2018 at 12:40 AM · positionavataranimation controller

Avatar walk to position

Hi all,

I have some set of x and z coordinates in the database. For example (-13.5039 32.1832;86.1459 -11.9861;-72.642 -20.197;-15.3964 29.6977). I am trying to make the avatar move and animate to each of this position when the game start. I am trying to use the WalkFWD animation from the raw mocap file. My current code is shown below


float xcoord_B6 = float.Parse(reader_B6["xcoord"].ToString());
                        xcoord_B6 = xcoord_B6 / 10;
                        float ycoord_B6 = float.Parse(reader_B6["ycoord"].ToString());
                        ycoord_B6 = ycoord_B6 / 10;
                        Vector3 movement_B6 = new Vector3(xcoord_B6, 0, ycoord_B6);
                        avatar1.transform.rotation = Quaternion.LookRotation(movement_B6);
                        avatar1.transform.Translate(movement_B6  * 0.01f *Time.deltaTime, Space.World);
                        old_track_B6 = track_B6;
                        animator_B6.Play("WalkFWD");

Thank you

Comment
Add comment · Show 4
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 RShields · Aug 15, 2018 at 01:08 AM 0
Share

This all seems like something you could be doing with a PlayableDirector. Have you tried looking into that?

avatar image aanu · Aug 15, 2018 at 01:10 AM 0
Share

I haven't checked that. $$anonymous$$aybe I will start there. Do you think Unity Documentation is a good start?

avatar image RShields aanu · Aug 15, 2018 at 01:38 AM 0
Share

Documentation is good when you're looking for one thing, but tutorials are better if you have no idea where to start.

avatar image aanu · Aug 15, 2018 at 01:39 AM 0
Share

@Rshields, I checked the PlayableDirector. It will not work in my case because the coordinates are not permanent. There is a program that keeps populating the coordinates that are stored in the database. The avatar is meant to respond to each coordinate change. I hope this makes sense. Thank you

0 Replies

· Add your reply
  • Sort: 

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

110 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 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 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 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 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

Copy the state of one animator to another 0 Answers

transform.forward doesn't work in my code 3 Answers

Animation always changing object position 1 Answer

Camera rotation around player while following. 6 Answers

Animation finish completely? 3 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