Hey guys, so i got another problem about my game. It is an round based third person game, in which the player can only move 60 units of length each round. Now i want to show the player, how far he can move by drawing a circle exactly arround him with the radius of the distance he still can move onto the terrain and groundobjects. I already tried it with the projector, but it draws a circle on every single object in my scene and not a big one. Furthermore i have no idea, how to translate the distance to the radius of my circle, i don’t even know, how to change the radius of the circle at runtime. Do you have any other ideas on how to solve this problem or tipps about my attempt?
Thanks, stevey
Ok, that helped a lot, thanks. But now the circles are tiled, so there are more than one...Any suggestions?
– stevey93