Unity-Technologies / com.unity.demoteam.digital-human

Library of tech features used to realize the digital human from 'The Heretic' and 'Enemies'.
Other
515 stars 91 forks source link

Missing meta file for ShaderGraphs2022 folder #5

Open michael430unity opened 1 year ago

michael430unity commented 1 year ago

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.

1234d commented 1 year ago

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.

pauldrummond commented 1 year ago

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.

michael430 commented 1 year ago

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.