Arvtesh / UnityFx.Outline

Screen-space outlines for Unity3d.
MIT License
1.27k stars 90 forks source link

Shader animated objects not working #67

Open StefanWokusch opened 1 year ago

StefanWokusch commented 1 year ago

I have animated entities. The animation works inside of a shader, manipulating the verticies.

The result is the following: image

I'm working with entities 1.0-pre65 and unity 2022.2.13.

Not sure if that's just not supported or how to deal with it. Its also the method how the new Entities graphic in unity will deal with SkinnedMeshRenderers, as far as i understand it, so its getting to be a general issue :)

Arvtesh commented 1 year ago

I've never tasted it with entities. Will look into it as soon as they release ECS.