Hi guys!
I'm doing some Technical Artist exercises. I'm trying to recreate what caught my attention in the new game state video of Hogwarts Legacy.
I'm trying to re-build objects that are already fractured-> I have 1 gameobject "Broken_bridge", and inside of this one, there are the broken pieces (lots of game objects).
I use Bezier curves, so every broken piece has a trajectory with 50 points (Vector3), and I want to do a Lerp for all the fractured gameobjects....
Problem using Lerp inside a For loop
I'm doing some Technical Artist exercises. I'm trying to recreate what caught my attention in the new game state video of Hogwarts Legacy.
I'm trying to re-build objects that are already fractured-> I have 1 gameobject "Broken_bridge", and inside of this one, there are the broken pieces (lots of game objects).
I use Bezier curves, so every broken piece has a trajectory with 50 points (Vector3), and I want to do a Lerp for all the fractured gameobjects....
Problem using Lerp inside a For loop