x


Position in front of an object?

How can I get the position a little bit in front of an object?

    positieVoor = transform.position + Vector3.forward;
more ▼

asked Mar 20 '11 at 06:29 PM

Seeseemelk gravatar image

Seeseemelk
5 2 2 3

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Try

positieVoor=transform.position+transform.forward
more ▼

answered Mar 20 '11 at 06:34 PM

Jake L. gravatar image

Jake L.
943 5 6 22

Awesome mr Jake, just what I needed. Thank you.

May 11 '12 at 04:01 AM kolban
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3747
x1095
x886
x57
x16

asked: Mar 20 '11 at 06:29 PM

Seen: 1960 times

Last Updated: May 11 '12 at 04:01 AM