Are you using HDRP?
Try this:
Right click on the UMA/Content/ShaderPackages folder in the Project view, and choose āReimportā.
That will force all the shaders to re-extract and recompile.
Also - are you getting any errors in the console?
Iāve tried reimporting ShaderPackages and also reimporing the whole UMA Folder. I did not get any error in console.
Maybe itās something with editor setting? Cause me and my friend open project in the same branch on git but my friend donāt seem to have this problem.
I wouldnāt think it was an editor issue. but not 100 certain.
What kind of video card do you have? Maybe running out of GPU memory?
Did you try to rebuild the character (under ācustomizationā hit āRegenā button)?
if you open the sample scene āUMA DCS Demo - Simple Setupā and run the game, does it work?
I have Ryzen5 5600x and a RTX 4060Ti. I donāt think that is the issue.
Iāve regened the character also. The problem is still persist when opening the scene āUMA DCS Demo - Simple Setupā. Iāve tried switching to my laptop on the same branch but the problem is still not resolve, I mean that doesnāt make any sense.
Yeah - this really sounds like the shaders arenāt compiling right. I have updated the version of Better Shaders, and regenerated everything for the next update. You might try pulling the āFeature-13ā branch from Github, and seeing if that resolves the issue.
has this been fixed yet? The bottom image Iām also getting using URP
Here you see my issue (see picture). When I hit any of the force regenerate buttons on the right, the issue is fixed.
When I call dynamicCharacterAvatar.BuildCharacter(); the shaders become normal again but I canāt use this as this also does something weird with the character bones and EnemyAIās (asset store package) setup stops working.
So, is there a way to fix this without calling BuildCharacter? Also; characters generated with UMARandomAvatar donāt have this issue. I think there is a bug with how shaders are generated upon run time using the DynamicCharacterAvatar? Really at a loss here.
Ok just a quick update. It actually works, after pulling the branch āFeature-13ā and reinstalling URP (again). I actually fixed it. Thanks for your help man! I really appreciate it.
Please review my suggestions above, and also try the updated Feature-13 branch. If this does not solve it, please let me know.