com.unity.demoteam.digital-human icon indicating copy to clipboard operation
com.unity.demoteam.digital-human copied to clipboard

Missing meta file for ShaderGraphs2022 folder

Open michael430unity opened this issue 2 years ago • 3 comments

After I installed this 0.2.0 preview package in Editor ver. 2022.2.0.bxx (Editor version doesn't matter in this case. ) Then I got a error message : "Asset Packages/com.unity.demoteam.digital-human/ShaderLibrary/ShaderGraphs2022 has no meta file, but it's in an immutable folder. The asset will be ignored."

I saw the package has a folder call "ShaderGraphs2022" which is missing to load in project. I believe that content the newest shaders from ENEMIES's character.

michael430unity avatar Nov 15 '22 11:11 michael430unity

Hi I didnt get this error but this may help. I could see a folder called .NewShaderGraphs2022. in the package cache but it was not showing up in the project. This is most likely because of the . (full stop) before the file name which will make the file invisible to windows. I just copied the whole folder to my assets and got rid of the full stop and it showed up.

1234d avatar Nov 15 '22 13:11 1234d

The ShaderGraphs2022 folder has been in the package for a few weeks now. From what I can tell Packages/Demo Team Digital Human/Editor/NewShaderGraphUnpacker.cs is meant to make this folder accessible on Unity 2022.2 or later, but it has never worked for me.

pauldrummond avatar Nov 15 '22 18:11 pauldrummond

Hi I didnt get this error but this may help. I could see a folder called .NewShaderGraphs2022. in the package cache but it was not showing up in the project. This is most likely because of the . (full stop) before the file name which will make the file invisible to windows. I just copied the whole folder to my assets and got rid of the full stop and it showed up.

This error will occur when you install this package with PackageManager via git url, which it can not create meta file.

michael430 avatar Dec 23 '22 18:12 michael430