darkdoom973
darkdoom973
Reading Manner = Image, then associated Text  This is the effect I want to achieve, how can I do so???  I understand this is having two of UI...
I have a cube, I move it along the path using if(isWalkPressed) { distanceTravelled += speed * Time.deltaTime; targetCube.position = pathCreator.path.GetPointAtDistance(distanceTravelled); } But when I stop pressing Walk Button, I...