Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b11
Issue ID
890601
Regression
No
A specific model starts moving unexpectedly when animations are crossfaded via script
To reproduce:
1. Open project
2. Open and play 'AnimatorControllerPlayable' scene
3. Choose 'char_ethan' game object and enable 'B transfer' in 'Playable handler' script in editor
Expected: It should transfer to 'PlantNTurnLeft180' animation
Actual: character 'sits weirdly' and error is thrown: 'Cannot connect output 0, it is already connected, the tree topology will be invalid. Disconnect it first
UnityEngine.Experimental.Director.PlayableGraph:Connect(PlayableHandle, Int32, PlayableHandle, Int32)
CrossFadeMixer:Crossfade(AnimationPlayable, Single) (at Assets/CrossFadeMixer.cs:52)
PlayableHandler:Update() (at Assets/PlayableHandler.cs:63)'
Reproduced on: 5.5.2p4, 5.6.0f2, 17.1.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment