Aecert
- 총 활동 수 166
- 마지막 활동
- 회원 가입일
- 내가 팔로우하는 사용자 수 0명
- 나를 팔로우하는 사용자 수 0명
- 투표 수 0
- 구독 수 74
-
Is there a built in sprinting/running animation?
Or do I have to make my own. The default running looks like an awkward speed walk.
-
How do I point a laser (raycast) in the direction the camera is facing.
This is for a first person shooter. Or really any type of game where you need to know what the player is looking at.
-
Finding the transform (x y z pos) of an object?
The only way I have found is to grab it from the tag, but that gives the position of the tag. I really need the position of the center of the object. Is there a sensor that I'm missing that gives y...
-
How do I get the direction the camera is facing.
This is for a first person shooter.I am using the camera inside the puppet. I made the camera distance 0 and the puppet invisible to make it a first person camera. How can I get the direction of th...