Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.1.0a20
Issue ID
1218558
Regression
No
Avatar Mask ignores RM when both Humanoid & Transform masks are defined
Issue happens with Animator Controller Layers & Timeline Track Layers.
This is only repro with Humanoid.
This only happens when BOTH Humanoid & Transform masks are defined in the same Mask.
When only the Humanoid Mask is defined, everything is evaluated as expected.
When both are defined, the resulting RM is incorrect.
repro:
- open RM_controller scene
- play... notice that the Sprint motion is playing on the lower body including RM (expected result)
- select DefaultMale and open Animator window
- select the Sprint Layer, open option gear and replace "MaleMask" with "MaleMask_withTransforms"
note: this is the same Humanoid Mask, but also has a Transform definition
- play...
bug: notice that the Sprint motion is playing on the lower body BUT the RM is from the Walk clip, not the expected Sprint clip.
expected: RM is applied from the Sprint clip.
Although the Transform part of the Mask should not affect the RM of the Humanoid mask, it does. The two Masks in the project "should" give the same result on a Humanoid character.
The "RM_Timeline" scene reproduces the same issue on Timeline tracks.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment