You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
The FadeIn/FadeOut action is not compatible with the TintTo action. Both are used in the Actions FeatureSamples sample. If FadeOut/In is in progress and TintTo is pressed, or vice versa, and exception is thrown.
FadeIn/FadeOut use the Color parameter of Shape and reset Material(0). TintTo uses Material(0) of the Shape.
To recreate the issue, run the Actions sample then press TintTo and then FadeIn/Out. An exception will be thrown.
A workaround is to set the time delay on TintTo to zero.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The FadeIn/FadeOut action is not compatible with the TintTo action. Both are used in the Actions FeatureSamples sample. If FadeOut/In is in progress and TintTo is pressed, or vice versa, and exception is thrown.
FadeIn/FadeOut use the Color parameter of Shape and reset Material(0). TintTo uses Material(0) of the Shape.
To recreate the issue, run the Actions sample then press TintTo and then FadeIn/Out. An exception will be thrown.
A workaround is to set the time delay on TintTo to zero.
The text was updated successfully, but these errors were encountered: