Hey guys,
I'm in a pickle. I have an NGUI sprite with two animations: Show & Hide (they just move the sprite on and off screen on the X coordinate). I'm trying to link them to a 3D object that's created from a prefab, so when the object is tapped, the "Show" animation plays.
Even further, I'm trying to set it up so if anything OTHER than the object is pressed, the animation "Hide" will play.
Do you guys know if this is possible and how I may go about figuring it out? I'm at my wit's end at the moment and it seems so simple - but I'm not incredibly experienced so I can't quite figure it out. Any help would be appreciated!