Search Issue Tracker
Fixed
Fixed in 1.4.9, 1.6.5
Votes
0
Found in [Package]
1.4.8
1.6.3
Issue ID
TB-93
Regression
Yes
[Timeline] An ArgumentException error is thrown when a Control Clip contains a Prefab Parent Object
How to reproduce:
1. Open the user-submitted project
2. Open the Timeline window (Window > Sequencing > Timeline)
3. In the Project window, select the Prefab "TestTimeline" (Assets/TestTimeline.prefab)
4. Inspect the Console window (Window > General > Console)
Expected result: No errors are seen in the Console
Actual result: "ArgumentException" and "PlayableAsset returned a null Playable on Instantiate" errors are seen in the Console
Reproducible with: 1.4.8, 1.7.0-pre.1 (2020.3.18f1, 2020.3.25f1), 1.7.0-pre.1 (2021.2.6f1, 2022.1.0b2)
Not reproducible with: 1.4.8, 1.7.0-pre.1 (2019.4.34f1, 2020.3.17f1)
Errors:
ArgumentException: Transform parent is not allowed be part of a Prefab Asset
UnityEditor.PrefabUtility.InstantiatePrefab_internal (UnityEngine.Object target, UnityEngine.SceneManagement.Scene destinationScene, UnityEngine.Transform parent) (at <901babed070a42e8a0d16a982beeb06f>:0)
PlayableAsset returned a null Playable on Instantiate
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
- Rigidbody2D.Slide correctly ignores colliders specified with "Physics2D.IgnoreCollision" however encountering them can still modify movement behaviour in subtle ways.
- [Quality Hackweek] A black separator appears when the left panel in the UI Builder tab is resized, and the tab is narrow
Add comment