x


How I can 3D model on GUI texture ?

I was not able to put 3D object on the GUI texture.

There is always forward GUI texture.

How I can 3D model on GUI texture ?

more ▼

asked Jul 24 '10 at 07:55 PM

kakeru gravatar image

kakeru
2 1 1 1

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

3 answers: sort voted first

As already mentioned, RenderTexture is one solution, though you sure need Unity Pro for that. Another solution is, given that I understand your question correctly, to use an additional camera that only renders the 3D object you want to show on your GUI by using a layer mask and then set this camera's viewport to wherever you want your 3D object to be on your GUI by using Camera.rect or Camera.pixelRect. This works perfectly, I did it a few times already.

more ▼

answered Jul 24 '10 at 08:36 PM

Whimsical gravatar image

Whimsical
225 6 7 18

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

I think its not possible. But why dont make a cube with the texture?

Or why dont make a screenshot of you 3d model and use it as texture?

Edit: Mabye its possible with RenderToTexture (Unity pro??)

more ▼

answered Jul 24 '10 at 08:18 PM

Tobias gravatar image

Tobias
378 50 54 66

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

Thank you for answer.

I give up and look for the another way.

more ▼

answered Jul 25 '10 at 04:19 AM

kakeru gravatar image

kakeru
2 1 1 1

(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:

x2087
x476

asked: Jul 24 '10 at 07:55 PM

Seen: 2202 times

Last Updated: Jul 24 '10 at 07:55 PM