x


Need help: Instantiating prefab or use GUITexture? Or any alternative?

Here's what I'm trying to do: The game requires the user to draw a symbol on screen using LineRenderer. Once the symbol is drawn, if it is the correct symbol, a texture of the symbol will fade in.

I've tried placing a mesh on scene and toggling the alpha. But I will have to do the same for every other symbol that is drawn and placing in the scene. As it is also a running game similar to cave run and others, this would mean that the symbols will also be following the player and camera which I believe will cause a bit of lag issue in the game.

I don't really want to use OnGUI() as it will be updating every frame and I already have a lot of Updates() running at the same time from other scripts.

Any suggestions?

more ▼

asked Dec 14 '10 at 03:32 AM

Robindoo gravatar image

Robindoo
221 15 15 26

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

0 answers: sort voted first
Be the first one to answer this question
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:

x3816
x3132
x1403
x340
x253

asked: Dec 14 '10 at 03:32 AM

Seen: 1226 times

Last Updated: Dec 14 '10 at 03:32 AM