ARPOISE / ARpoise

ARpoise - Augmented Reality point of interest service environment
GNU General Public License v3.0
17 stars 5 forks source link

The SetActive/SetInActive animations do not work as desired. #21

Closed peterGraf closed 3 years ago

peterGraf commented 3 years ago

The SetActive/SetInActive animations do not work as desired. If a SetActive/SetInActive animation is used as an OnFollow animation of another animation in in a layer, it triggers all SetActive/SetInActive animations of all pois.

peterGraf commented 3 years ago

This has been fixed with the version of September 2021. SetActive/SetInActive animations can now have a prefix to their name. E.g. there could be two animations called 'RedCubeSetActive' and 'BlueCubeSetActive', if such an animation is used as an onFollow animation, it will only be activated if the name is equal. This allow to differentiate between the activation of different pois.