Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Material Texture Animation Support #77

Closed
diegodelarocha opened this issue May 16, 2020 · 2 comments
Closed

Add Material Texture Animation Support #77

diegodelarocha opened this issue May 16, 2020 · 2 comments

Comments

@diegodelarocha
Copy link

Found another way that might work for Adding Texture Offset Animation Support?

Not sure if this is supported on the GLTF spec, but there is an addon in blender called Images as Planes. It basically lets you animate textures on a material on an Offset parameter, and from what I can see it just uses the basic Texture Node. So If this could somehow be hooked to the Offset parameter on Unity's Material, would be rad 🤓 .

Here's an example gif, and the blender and GLTF files ⬇️

UVImageSeqAnim

UVImageSeqTest.zip

@Siccity
Copy link
Owner

Siccity commented May 17, 2020

This isn't part of the GLTF spec but should be relatively easy for any programmer to implement outside the plugin

@Siccity Siccity closed this as completed May 17, 2020
@diegodelarocha
Copy link
Author

Ah, thanks for looking into this 🙏, I'll see how to do this outside of the plug-in then 🤓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants