Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X
Votes
0
Found in
6000.0.33f1
6000.1.0b1
Issue ID
UUM-92229
Regression
Yes
"Problem detected while importing the Prefab file" errors on Learning Templates import
*Steps to reproduce:*
# Create a new 3D URP project.
# Install Window > Package Manager > Unity Registry > Visual Effect Graph.
# In Package Manager, Visual Effect Graph > Samples > Learning Templates > Import.
*Actual results:* 6 errors similar to:
{code:java}
Problem detected while importing the Prefab file: 'Assets/Samples/Visual Effect Graph/17.0.3/Learning
Templates/Prefabs/TurntableWithBackdrop_VFX.prefab'.
The file might be corrupt or have a missing Variant parent or nested Prefabs. See details below.
Errors:
Prefab Variant problem. Missing Prefab Variant parent: 'TurntableWithBackdrop_VFX (Missing Prefab with guid: 0bc1879d774271a4bab62da6b2f6eac2)'
UnityEngine.GUlUtility:ProcessEvent (int,intptr,bool&)
{code}
and
{code:java}
Assertion failed on expression: 'prefabinstance.GetPrefabModification).m_TransformParent.IsValid'
Unity Engine.GUlUtility:ProcessEvent (int,intptr,bool&)
{code}
*Expected results:* No errors.
*Reproducible with versions:* 6000.1.0b1, 6000.0.33f1, 6000.0.26f1
*Not reproducible with versions:* 6000.0.25f1
*Can’t test with versions:* 2022.3.55f1 and below, no Learning templates available.
*Tested on (OS):* Windows 10
*Notes:*
* Errors are harder to notice in some versions as the console is cleared after the import occurs. This may also be a bug.
* This issue also happens if you select the button to install the Learning templates while you are creating a new VFX graph.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when loading 3D text mesh in Player from an asset bundle that is built with an older Editor version
Add comment