Aecert
- Total activity 166
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 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...