Hi There,
I’m new to unity, and to coding. aaaaaand to solve the fact I don’t know anything of coding, I’m working on the 2D/3D game kit unity provided.
Great. now.
I’m trying to animate a door.
this tutorial show a very simple way to set trigger and action with pre-made scripts.
3D game kit lite tutorial - part 2
Door on the left (done with the game kit)
my struggle is that I’m linking a door to a “pressure pad”, but I want to animate the door back (closing) when releasing. Despite my effort, the effect is always that releasing the button the door will close, regardless is not fully open yet (skipping the animation of opening).
How to solve that?
Door on the right (done by me…)
I’m trying on the side to do things with animator:
simple door, animator set to open, set to close, transition, etc.
I literally copied everything from the “pressure pad” of the game kit.
buuuut. my door keep closing. endlessly. over and over again.
and trigger doesn’t work.
what did I made wrong?
graysatisfiedbongo
any help is really appreciated.
thanks
Giulio