Search Issue Tracker
Fixed in 2019.3.X
Votes
1
Found in
2017.4.0f1
2018.3.0a1
2018.3.14f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1156287
Regression
No
AnimatorStateInfo.normalizedTime returns the total play time of animation state when Normalized Value is set to Parameter
How to reproduce:
1. Open the attached project ("case_1156287")
2. Enter Play Mode
Expected result: Console prints ("Normalized time: 0.0")
Actual result: Normalized time is equal to the time the state is playing
Reproducible with: 2017.4.27f1, 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
-
annazzza
Nov 01, 2022 15:08
Thanks for sharing.
-
pyjehefy
Aug 26, 2020 14:54
Really a great addition. I have read this marvelous post. Thanks for sharing information about it. I really like that. Thanks so lot for your convene.
currency exchange rates widget https://fx-w.io/ -
pyjehefy
Aug 26, 2020 10:23
Thanks for taking the time to discuss this, I feel strongly about it and love learning more on this topic.
Flight Status https://flight-status.info/ -
pyjehefy
Aug 18, 2020 14:58
Thanks for taking the time to discuss this, I feel strongly about it and love learning more on this topic.
Cryptocurrency Price Widget https://co-in.io/ -
bonitaspringspoolcleaning
Aug 18, 2020 10:01
Hey, Thank you for sharing this information. Stay safe always and have a nice day!
-
pyjehefy
Aug 17, 2020 11:31
I can see that you are an expert at your field! I am launching a website soon, and your information will be very useful for me.. Thanks for all your help and wishing you all the success in your business.
https://www.lovoir.com/ -
unity_K99WJS2TxGpRtA
Aug 17, 2020 08:24
This is really a nice and informative, containing all information and also has a great impact on the new technology. Thanks for sharing it
visit here https://daisso.net -
pyjehefy
Aug 15, 2020 09:32
This is such a great resource that you are providing and you give it away for free. I love seeing blog that understand the value of providing a quality resource for free.
hẹn hò https://waodate.com/ -
unity_K99WJS2TxGpRtA
Aug 13, 2020 11:41
This is a truly good site post. Not too many people would actually, the way you just did. I am really impressed that there is so much information about this subject that have been uncovered and you’ve done your best, with so much class. If wanted to know more about green smoke reviews, than by all means come in and check our stuff.
Home workout https://wickedflex.com/ -
pyjehefy
Aug 13, 2020 10:28
I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. Thanks...
Dumbells https://wickedflex.com/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PropertyDrawer is unresponsive when ReorderableList() and DoList() is used
- Element UI disappears and NullReferenceException is thrown when dragging off the last or first element from the list in the Inspector
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
Resolution Note (fix version 2019.3):
This is the expected behaviour, but there is a confusion because the AnimatorStateInfo's normalized time refers to the internal time in the state machine (useful to make transitions) while the AnimatorStateEditor's normalized time refers to the time at which the motion is evaluated. I changed the Editor's string to "Motion Time" to better convey that tey are two different times and that getting different values is normal. I also updated the Manual accordingly (pending review).
------------------------------------------------
Fixed in 2019.3.0a8