Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.3.X, 2018.1.X
Votes
0
Found in
2017.3.0a1
2018.1.0b1
Issue ID
979957
Regression
Yes
Crash on PPtr<AnimatorState>::operator AnimatorState * __ptr64 when importing a Prefab and its Animation controller
1. Create a new project
2. Import "Animator" package into it
Result: Crash on:
========== OUTPUTTING STACK TRACE ==================
0x000000014044940D (Unity) PPtr<AnimatorState>::operator AnimatorState * __ptr64
0x0000000140DA2C44 (Unity) std::_Find_if_unchecked<PPtr<AnimatorTransition> * __ptr64,HasInvalidDestinationPredicate>
0x0000000140DA408A (Unity) std::_Remove_if_unchecked<PPtr<AnimatorTransition> * __ptr64,HasInvalidDestinationPredicate>
0x0000000140DAD472 (Unity) AnimatorStateMachine::CheckConsistency
0x0000000140D09D5F (Unity) AwakeFromLoadQueue::InvokePersistentManagerAwake
0x0000000140D09A89 (Unity) PersistentManager::IntegrateAllThreadedObjects
0x0000000140D0A540 (Unity) PersistentManager::LoadAndIntegrateAllPreallocatedObjects
0x0000000140D0DB2F (Unity) PersistentManager::ReadObject
...
Regression introduced in - 2017.3.0a1
Reproducible with - 2018.1.0b1, 2017.3.0f3, 2017.3.0a1
Not reproducible with - 2017.2.1p1, 2017.1.2p4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment