Search Issue Tracker
Fixed
Fixed in 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
- AdaptiveLOD sample has missing prefabs and throws missing prefab errors when the AdaptiveLOD sample is imported and the AdaptiveLOD scene is opened
- Error "transform.position assign attempt for 'x' is not valid" is logged when Moving Game Object to View while a Scene is multi selected
- [Desktop] Plastic move detection mixes up identical files
- SVG Icon has tessellation issues in "Antialiased Arc Encodings", ok with "Basic Triangulation"
- "You may not pass null objects" and "Maximized serialized file backup not found" errors are thrown when maximizing and minimizing docked Multiplayer Play Mode window after Multiplayer Play Mode package is uninstalled
Add comment