Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
12.x
Issue ID
1398047
Regression
No
SRP-specific outputs get destructively removed if the required SRP is not installed
Repro steps:
1. Import the attached VFX (CrossPipelineVFX.vfx) into a project which has only URP or only HDRP
2. Observe the output belonging to the missing SRP gets destructively removed and console errors appear.
Expected outcome:
- Graying out (like in ShaderGraph) or some other form of non-destructive disabling of the output with the missing SRP.
Console errors:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.ProfilerWindow.SaveViewSettings () (at <8680bdc539b14157939f0726fa551f93>:0)
UnityEditor.ProfilerWindow.OnDisable () (at <8680bdc539b14157939f0726fa551f93>:0)
---
IConnectionState was not Disposed! Please make sure to call Dispose in OnDisable of the EditorWindow in which it was used.
UnityEditor.Networking.PlayerConnection.GeneralConnectionState:Finalize ()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment