0
Voltooid

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

Dmitriy Dubovskiy 8 jaar geleden bijgewerkt door Freya Holmér (Developer) 8 jaar geleden 3

Image 560

Antwoord

Antwoord
Voltooid

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

Antwoord
Voltooid

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!