Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

FeatureSample Actions exposes conflict between Actions #67

Open
utekai opened this issue Jan 25, 2019 · 0 comments
Open

FeatureSample Actions exposes conflict between Actions #67

utekai opened this issue Jan 25, 2019 · 0 comments

Comments

@utekai
Copy link

utekai commented Jan 25, 2019

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.

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

No branches or pull requests

1 participant