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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment