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 irulehyrule117 · Apr 27, 2014 at 03:07 AM · javascriptswordswinging

How do I make a sword swing?

Hello everyone. First of all, I am a noob when it comes to Unity and a lot of JavaScript and most of C#. I know some Javascript, but I am still very stuck.

I have an animation on my character's arm and the sword which are attached. Now, all I need to figure out is how to make it so that when the left mouse button is clicked, the animation plays. Everything I try either doesn't do anything at all, or says "there is no 'animation' attached to the gameobject but a script is trying to access it". I would greatly appreciate it if the script was in Javascript, which I am more comfortable with. Any Help?

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 getyour411 · Apr 27, 2014 at 03:20 AM 0
Share

This is queued for closing.

There are many examples of this already. Please post what you've got.

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by Le-Capitaine · Apr 27, 2014 at 07:43 AM

First you need your character to have an Animator component. That component will reference what's called an animation controller, which is long story short a state machine. There, you'll drag and drop your animations and create transitions between them; in your case, you'll need a trigger, which we'll call "Swing", which can be added on the bottom left of the window. In the script, you'll declare a public Animator...

 public var myCoolAnimator : Animator

and drag the animator component to the window that appears in the inspector after you save the script. Finally, somewhere in your script, you'll just have to call

 myCoolAnimator.SetTrigger("Swing");

and you should be all set.

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 irulehyrule117 · Apr 27, 2014 at 05:16 PM 0
Share

Thank you, but for some reason it is still saying "there is no 'animation' attached to the gameobject but a script is trying to access it". I'm very confused.

avatar image
0

Answer by GoGamingJoe · Apr 27, 2014 at 09:04 AM

I would use an Animator go in to the "Windows" Tab, You will see Animation and Animator you will want the Animation for now.

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

Update Parent/ Children From Script? 2 Answers

Can someone help me fix my Javascript for Flickering Light? 6 Answers

I want to have the map of the Hidden Object game, when the player is near the object and it press the letter "Q". The object is revealed to the player. 0 Answers

How to display GUI in sequence in trigger 3 Answers

Animation Not Playing 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