maxartz15 / VertexAnimation

Vertex animation baking tool, shaders and animation system for Unity DOTS/ECS.
MIT License
424 stars 85 forks source link

NOT Compatible with entity graphics 1.21 #15

Open ljzljz520 opened 1 month ago

ljzljz520 commented 1 month ago

when import this package to project, show lots of errors. mainly keyword is about entity graphics

maxartz15 commented 4 weeks ago

This package was build when dots was still in preview, so it could be that things have changed and not work anymore with newer versions.

You could lookup the change logs and figure out what changed. Maybe I will give it a look this weekend, but I'm not working on this anymore.


"unity": "2020.2"

"dependencies": { "com.unity.entities": "0.16.0-preview.21", "com.unity.render-pipelines.universal": "10.2.2", "com.unity.shadergraph": "10.2.2", "com.unity.rendering.hybrid": "0.10.0-preview.21"