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
1
Question by malkere · Jun 03, 2017 at 11:35 PM · animationerroranimatoranimator controlleranimationevent

AnimationEvent has no receiver, but there is no AnimationEvent

I have a Jump animation called by trigger that exits to a Falling or can be triggered into a Land animation. The falling animation can also be triggered into the Land animation.

I do not use AnimationEvents on my animation, never have, and none exist on the Land animation.

I made a new project recently and moved everything into it, which did fix some old problems (years old project folder). Now whenever the Land trigger gets called I get an AnimationEvent has no receiver error. But I don't have any AnimationEvents. There are none on the imported files. I know what the little white rectangles look like, I can create a new one and delete it, there are none.

Are there other things that can cause this? I can't figure it out.

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 malkere · Jun 04, 2017 at 03:01 AM 0
Share

I see now there are also AnimationEvents in the Animation window, not just the import window. They are however grey and I cannot select/delete them. Looking into it.

1 Reply

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

Answer by malkere · Jun 04, 2017 at 03:12 AM

As these were embedded in the FBX animations, not on the import screen, but in the actual Animation window per animation, they are un-edittable. By adding a placeholder for each AnimationEvent on script that I add to the GameObject with the Animator using the animations in questions I was able to create a receiver for each event and stop the errors. These are 3rd party animations I updated recently and of course didn't read the patch notes.

 //Placeholder functions for Animation events
     public void Hit()
     {
     }
 
     public void Shoot()
     {
     }
 
     public void FootR()
     {
     }
 
     public void FootL()
     {
     }
 
     public void Land()
     {
     }
 
     public void WeaponSwitch()
     {
     }

Comment
Add comment · Show 3 · 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 Aggressor · Mar 23, 2018 at 06:01 PM 0
Share

I wonder if there is a way to remove this. I had the exact same issue.

avatar image malkere Aggressor · Mar 24, 2018 at 12:37 PM 0
Share

I assume Blender would be able to remove them? I never tried though. I plan to use the foot actions at least, someday...

avatar image RavenOfCode · Apr 21, 2018 at 07:46 PM 0
Share

Works great 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

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

Animation Plays well,but teleportation effect happens briefly when parenting the object to other obj 0 Answers

Animator keeps overriding properties, though the current animation does not touch them 0 Answers

How to prevent an animation from triggering more than on due to fast clicking? 2 Answers

How can I change my AnimatorState instantly? 1 Answer

Confused at triggering a simple animation 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