StankyDino
- 총 활동 수 90
- 마지막 활동
- 회원 가입일
- 내가 팔로우하는 사용자 수 0명
- 나를 팔로우하는 사용자 수 0명
- 투표 수 0
- 구독 수 39
-
StankyDino님이 에 게시물을 만듦
How to Interrupt a Timeline?
I want to Interrupt an animation to play another one over it. I'm using interrupting Exclusive gates to determine which to play. The issue is that on a Timeline, if I'm playing once through, it sti...
-
StankyDino님이 에 게시물을 만듦
Turning a puppet into a human sattelite?
I want the puppet to be able to orbit around a point. Right now I'm using a Look-At to keep it facing inward, and an Advanced mover using Local Space to have it move sort of along spherical coordin...
-
StankyDino님이 에 댓글을 입력함
Look at Exclusive Gates. Set them up with the same name and set them to Interrupt.Only one Ex Gate can be open at a time, so it will allow you to interrupt your previous animation on a button press...
-
StankyDino님이 에 댓글을 입력함
You can feed the output of one Look At Rotator into the Input of another
-
StankyDino님이 에 댓글을 입력함
Use an Impact sensor.
-
StankyDino님이 에 댓글을 입력함
I have an emitter that spawns an invisible shape at the hit location, with a minor amount of speed. The shape deals damage on impact.
-
StankyDino님이 에 댓글을 입력함
Mine is working. If you have a Laser scope with falloff distance that matches the length of the stroke, and run Hit Detected through a Signal Manipulator that inverts it, then plug that into the En...
-
StankyDino님이 에 댓글을 입력함
Dunno if you found this, but when you select the tag, you can set its position relative to the object it's attached to. There's be a little coordinate gizmo that appears in the scene that you can d...
-
StankyDino님이 에 댓글을 입력함
That really does help. So to find the closest tag that is also in line of sight, I should have each potential target also raycast to the origin and only have the gate open when it connects.Cool.Thi...
-
StankyDino님이 에 댓글을 입력함
Use a Look At Rotator to keep the vertical axis oriented towards the center of the sphere. Try using a Follower that is trying to get to the same point. You could have it so that on the jump input,...