0
Fertiggestellt

How Me make to begin the UV position always from 0 in game mode?

Dmitriy Dubovskiy vor 8 Jahren aktualisiert von Freya Holmér (Developer) vor 8 Jahren 3

Image 560

Antwort

Antwort
Fertiggestellt

You'll need to use a float value parameter controlled from code on the C# side in order to have a specific start time.
http://docs.unity3d.com/ScriptReference/Material.SetFloat.html

Antwort
Fertiggestellt

You'll need to use a float value parameter controlled from code on the C# side in order to have a specific start time.
http://docs.unity3d.com/ScriptReference/Material.SetFloat.html

Could You do or show example? Thank you!