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
Comments (34)
-
pyjehefy
Jul 29, 2020 14:11
Thanks for posting this info. I just want to let you know that I just check out your site and I find it very interesting and informative. I can't wait to read lots of your posts.
Blockaden Check https://deine-akademie.com -
pyjehefy
Jul 27, 2020 10:35
I have read your blog it is very helpful for me. I want to say thanks to you. I have bookmark your site for future updates.
last van vliegen? https://vliegenval.com/ -
pyjehefy
Jul 26, 2020 13:27
Superbly written article, if only all bloggers offered the same content as you, the internet would be a far better place..
The best 30 SD-WAN providers https://bestsdwanproviders.tumblr.com/ -
pyjehefy
Jul 25, 2020 14:41
Thanks for posting this info. I just want to let you know that I just check out your site and I find it very interesting and informative. I can't wait to read lots of your posts.
induction billet heater https://dw-inductionheater.com/ -
hidok52765
Jul 24, 2020 13:52
I am glad you take pride in what you write. This makes you stand way out from many other writers that push poorly written content.
Praxis-Struben http://www.praxis-struben.de/ -
pyjehefy
Jul 22, 2020 10:08
This type of message always inspiring and I prefer to read quality content, so happy to find good place to many here in the post, the writing is just great, thanks for the post.
free resources https://acourseinmiraclesnow.com -
hidok52765
Jul 22, 2020 09:31
I am hoping the same best effort from you in the future as well. In fact your creative writing skills has inspired me.
traktor szállítás külföldről https://europa-road.eu/hu/traktor-szallitas.php -
pyjehefy
Jul 21, 2020 12:25
I have read your blog it is very helpful for me. I want to say thanks to you. I have bookmark your site for future updates.
a course in miracles https://davidhoffmeister.com -
hidok52765
Jul 18, 2020 10:14
You know your projects stand out of the herd. There is something special about them. It seems to me all of them are really brilliant!
Smart Home http://www.tiscontrol.com/ -
pyjehefy
Jul 15, 2020 16:45
I really appreciate this wonderful post that you have provided for us. I assure this would be beneficial for most of the people.
Onlinekurse Heilpraktiker https://therapeutenkompetenz.de/
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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
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