How to generate assets along a vector3
Hi everyone !
I want to create a city generator. At first, I create the wall arround the city. For this, I use an algorithm which generate some point (as Vector 3). I know how to have the vector beetween two "point" but how to set assets along this vector ? For example if the distance beetween two points is 3 (I can have it using myVector.magnitude, can't I?), I want 3 assets alog this one.
Thanks for help ! PS : sorry for mistakes, I'm french.
Message en français :
Bonjour tout le monde.
Je souhaite créer un générateur de ville. J'ai commencé par créer les murailles autour de la ville. Pour celà, j'utilise un algorithme qui me génère des points (ce sont des Vectors3). Je sais comment avoir le vecteur entre deux "points" mais comment faire pour placer des assets le long de ce vecteur ? Par exemple,, si la distance entre ces deux points est de 3 (j'utilise la fonction magnitude), je veux 3 assets le long de celui-ci
Merci d'avance pour votre aide !
Your answer
Follow this Question
Related Questions
Connect gameobject to previous gameobject after rotating 0 Answers
How can I create vector fields for use with the new VFX Graph? 3 Answers
How to make object land on certain point?,How to make object land on certain point?? 0 Answers
instantiate keeps repeating itself 0 Answers
How to Stack, Shuffle and deal cards 0 Answers