Unity-Technologies / Unity.Animation.Samples

Repository of projects that showcase the new DOTS animation package (com.unity.animation).
Other
418 stars 77 forks source link

A textured examples would be useful #2

Open nicolasgramlich opened 4 years ago

nicolasgramlich commented 4 years ago

Currently the examples are lit without a textures. An example with textures would be useful.

oldio commented 4 years ago

Agreed, we can definitely add a shader graph with textures next iteration. Otherwise you could always modify or create your own graphs following tutorials: https://www.youtube.com/watch?v=V5XFrIhLpGQ

nicolasgramlich commented 4 years ago

@oldio thanks. Any idea when that next iteration could come around? We're not going to quote you on that ofc, just for our estimations if we should wait or jump into the cold water by ourselves.

johnsoncodehk commented 4 years ago

This is a modify shader graph base on Basic_Vertex_Skinning, added main texture and normal map properties: Basic_Vertex_Skinning_Modify.shadergraph.zip