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 arain55 · Aug 26, 2014 at 04:51 PM · weaponsswitching

how to i play another animation when the first one is finished

So basically what i want is like secondary weapon system so when scroll the mouse up my secondery weapon pops up. I done the showing part but how do i make it so that if i scroll the mouse wheel the primary w eapons put away anumation plays and once thats ended the secondary weapons draw anim plays.

Comment
Add comment · Show 5
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 JustFun · Aug 26, 2014 at 04:58 PM 0
Share

$$anonymous$$ay be this will help you: http://docs.unity3d.com/ScriptReference/Animation.PlayQueued.html

avatar image arain55 · Aug 26, 2014 at 05:00 PM 0
Share

Ok ill check it

avatar image meat5000 ♦ · Aug 26, 2014 at 05:03 PM 0
Share

This is achieved through a simple transition + Exit time parameter in "Animator" Component with $$anonymous$$ecanim.

Animator is a different component to the one @JustFun mentioned above, which is the Legacy "Animation" Component.

avatar image arain55 · Aug 26, 2014 at 05:05 PM 0
Share

But im not using mecanim im using script animation

avatar image meat5000 ♦ · Aug 26, 2014 at 05:47 PM 0
Share

Erm, ok? Go with JustFun's method then :D

For your information, though, $$anonymous$$ecanim is generally also script controlled.

Some people prefer Legacy :P

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by kacyesp · Aug 26, 2014 at 05:45 PM

  1. Open the Animator (Window -> Animator).

  2. Create a transition from one animation to the other. You just right click on the animation want to transition from and click "Make Transition" and then left click on the animation you want to transition to.

  3. In the bottom left of the Animator window you should see "Parameters". You'll want to add one ( probably of type bool ) by clicking the "+" sign.

  4. Next click on the arrow representing the transition from one animation to the other and in the Inspector, set the condition to the parameter you created.

Then in a script, you want to use:
Animator animator = GetComponent(); animator.SetBool( "nameOfTheParameter", / boolean based on mousewheel / );

I'd give you the mousewheel code too, but I have yet to do something like that. This should definitely get you close to your goal though.

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 arain55 · Aug 26, 2014 at 10:36 PM 0
Share

O thank you so much bur can you give mousewheel code thanks.

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

24 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

Related Questions

Switching weapons with PUN 2 0 Answers

Weapon switching 1 Answer

Player Weapon Scripting 1 Answer

Creating an inventory/weapon array and ability to scroll through it 1 Answer

Firearm tutorial 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