What version did you upgrade from/to? Blackboard properties are grayed out when they are not used in the graph (i.e. not connected to your system). Did some connections actively break?
And have you confirmed that the new Unity project has the Visual Effect Graph package installed in the package manager, and is running one of the Scriptable Render Pipelines? (HDRP or URP)
Yes I’ve confirmed all of this before importing :
Unity 2020.3.15f2
URP 10.5.1
Shader Graph 10.5.1
Visual Effect Graph 10.5.1
And I’ve found the source of the problem, and this is still a bug :
You are right, some connexions were broken, that’s why the properties were grayed.
These properties were linked to the inputs of the VFX Shader Graph referenced in the output block of my VFX graph.
To get it imported properly I had to do these steps :
import my custom package
open the VFX Shader Graph asset and save it directly. This action save the shader and automatically recompile the VFX Graph refering to it… and only then the connexions are preserved.
If I open the VFX Graph first or try to recompile it, the links to the shader are lost… The shader has to be processed first.
I suggest that your team add the automatic recompilation of these shaders as soon as they are imported from a unity package
I’ll try to provide a demo package less convoluted than my current project to reproduce this problem.